listPhoneSites.Rd
Sites allow you to organize Zoom Phone users in your organization. Use this API to list all the sites https://support.zoom.us/hc/enus/articles/360020809672 that have been created for an account.**Prerequisites:*** Multiple Sites must be enabled https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites#h_05c88e351593491fb1a8b7139a75dc15 .* Pro or a higher account with Zoom Phone enabled.**Scope:** phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listPhoneSites(page_size = NULL, next_page_token = NULL, return_response = F)
page_size | The number of records returned within 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. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |