GET {{baseUrl}}/users/summary
Use this API to get a summary of users, including the number and types of users in the account. Scopes: Rate Limit Label: user:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"licensed_users_count": "<integer>",
"basic_users_count": "<integer>",
"on_prem_users_count": "<integer>",
"room_users_count": "<integer>",
"pending_users_count": "<integer>",
"join_only_users_count": "<integer>",
"total_users_count": "<integer>"
} |
ENDPOINTS