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

Request Body

{"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"}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}