Logo
Zoom Public API Documentation

Add members to a call queue

POST {{baseUrl}}/phone/call_queues/:callQueueId/members

Add phone users and/or common areas as members to a specific call queue.

Prerequisites: * Pro or higher account plan. * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:call_queue_member:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/members' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"members":{"common_area_ids":["\u003cstring\u003e","\u003cstring\u003e"],"users":[{"email":"\u003cemail\u003e","id":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","id":"\u003cstring\u003e"}]}}'

ENDPOINTS