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

Request Body

{"members"=>{"common_area_ids"=>["<string>", "<string>"], "users"=>[{"email"=>"<email>", "id"=>"<string>"}, {"email"=>"<email>", "id"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}