listCallQueues.Rd
Call queues allow you to route incoming calls to a group of users. For instance, you can use call queues to route calls to various departments in your organization such as sales, engineering, billing, customer service etc. Use this API to list Call queues.**Prerequisites:*** Pro, Business, or Education account* Account owner or admin permissions* Zoom Phone license**Scopes:** phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
listCallQueues(next_page_token = NULL, page_size = NULL, return_response = F)
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. |
---|---|
page_size | The number of records returned from a single API call. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |