Logo
Zoom Public API Documentation

List call queue members

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

Lists the call queue members.

Prerequisites:

  • Pro, Business, or Education account
  • Account owner or admin permissions
  • Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:list_call_queue_members:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "call_queue_members": [ { "id": "<string>", "level": "user", "name": "<string>", "receive_call": "<boolean>", "extension_id": "<string>" }, { "id": "<string>", "level": "commonArea", "name": "<string>", "receive_call": "<boolean>", "extension_id": "<string>" } ], "next_page_token": "<string>", "page_size": "<integer>", "total_records": "<integer>" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/members' -H 'Accept: application/json'

ENDPOINTS