updateCallQueueDetails.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 update information of a specific Call Queue. **Prerequisites:*** Pro, Business, or Education account* Account owner or admin permissions* Zoom Phone license**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateCallQueueDetails( callQueueId, name = NULL, description = NULL, site_id = NULL, extension_number = NULL, timezone = NULL, status = NULL, return_response = F )
callQueueId | Unique Identifier of the Call Queue. |
---|---|
name | Name of the Call Queue. |
description | Description for the Call Queue. |
site_id | Unique identifier of the site https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites where the Call Queue is assigned. |
extension_number | Phone extension number for the site.If a site code has been assigned https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites#h_79ca9c8fc97b4486aa59d0d9d31a525b to the site, provide the short extension number instead of the original extension number. |
timezone | Timezone https://marketplace.zoom.us/docs/apireference/otherreferences/abbreviationlists#timezones of the Call Queue. |
status | Status of the Call Queue. Allowed values:activeinactive |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |