GET users/seats
Fetches the consumed and total user seats for an unlimited use organisation.
URL
Parameters
No parameters available for this endpoint.
Responses
200 - OK
Details of the seats in use and the total available.
Name
Type
Description
seatsInUse
integer
The total number of seats currently consumed by users.
totalSeats
integer
The total number of seats available to the organisation.
400 - Bad Request
Error Code: NO_UNLIMITED_PLAN
Your organisation is not on an unlimited use plan.
Last updated