getCallQueueDetails.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 get information on a specific Call Queue. **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 :** Light
getCallQueueDetails(callQueueId, return_response = F)
callQueueId | Unique Identifier of the Call Queue. This can be retrieved from List Call Queues API https://marketplace.zoom.us/docs/apireference/zoomapi/phonecallqueues/listcallqueues . |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |