get
/users
A Zoom account can have one or more users. Use this API to list users on your account.
Scopes: user:read:admin
Rate Limit Label: Medium
Authorization
oauth2 - authorizationCode
Request Parameters
6 Query Parameters
Responses
HTTP Status Code: 200
User list returned.
1 Example
Schema
page_count
integer
The number of pages returned for the request made.
page_number
integer
The page number of the current results.
1 validation
next_page_token
string
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
page_size
integer
The number of records returned within a single API call.
2 validations
total_records
integer
The total number of all the records available across pages.
users
array[object]
List of user objects.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
oauth_access_token