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