Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/users/summary' -H 'Accept: application/json'

ENDPOINTS