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: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:monitoring_group:admin
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
} |
ENDPOINTS