listPhoneUsers.Rd
List all the users on an account who have been assigned Zoom Phone licenses.**Prerequisites:*** Pro or higher plan with Zoom phone license**Scope:** phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
listPhoneUsers( page_size = NULL, next_page_token = NULL, site_id = NULL, return_response = F )
page_size | The number of records returned from a single API call. |
---|---|
next_page_token | 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. |
site_id | Unique Identifier of the site. This can be retrieved from List Phone Sites API. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |