Logo
Zoom Public API Documentation

Change call queue manager

PUT {{baseUrl}}/phone/call_queues/:callQueueId/manager

A call queue manager has the privileges to manage the call queue's voicemail inbox and recordings, change all call queue settings and call queue policy settings.

Use this API to to set another phone user as the call queue manager.

Prerequisites: * Pro or higher account plan. * Account owner or admin permissions * Zoom Phone license

Scopes: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/manager' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"member_id":"HIlHzOEzS8ymQPFBZ-39AQ"}'

ENDPOINTS