Logo
Zoom Public API Documentation

Get monitoring group by ID

GET {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId

Returns a monitoring group for the specified ID.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:monitoring_group:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "monitor_members_count": "<integer>", "monitored_members_count": "<integer>", "monitoring_privileges": [ "take_over", "barge" ], "name": "<string>", "prompt": "<boolean>", "site": { "id": "<string>", "name": "<string>" }, "type": 1 }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/monitoring_groups/:monitoringGroupId' -H 'Accept: application/json'

ENDPOINTS