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

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_phone_ids":["-wynmxJjTcWNNlUXW19jSQ","-wynmxJjTcWNNlUXW19jSQ"],"common_area_ids":["iewGNg-LSYa0ghhkr4d0Hg","iewGNg-LSYa0ghhkr4d0Hg"],"users":[{"email":"callhandling0001@testapi.com","id":"wh23uihdqw-43iwdn"},{"email":"callhandling0001@testapi.com","id":"wh23uihdqw-43iwdn"}]}}'

ENDPOINTS