Logo
Zoom Public API Documentation

Get a list of monitoring groups on an account

GET {{baseUrl}}/phone/monitoring_groups?type=1&site_id=8f71O6rWT8KFUGQmJIFAdQ&page_size=30&next_page_token=ICF5K4lVmGG4kyIyGxSfBU2LH4QQG95cn32

Use this API to return an account's Monitoring Group list.

Scopes: phone:read:admin
Rate Limit Label: Medium

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

 

Body PARAM

Key Datatype Required Description 
type
number Monitoring group's type.
site_id
string Unique identifier of the monitoring group's site.
page_size
number The size of the page.
next_page_token
string The current page number of returned records.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "monitoring_groups": [ { "id": "oDmRjKVTRymXGMtgtBK2Sg", "monitor_members_count": 1, "monitored_members_count": 1, "monitoring_privileges": [ "listen", "listen" ], "name": "pbx_api_test_uacap", "prompt": true, "site": { "id": "8f71O6rWT8KFUGQmJIFAdQ", "name": "Main Site" }, "type": 1 }, { "id": "oDmRjKVTRymXGMtgtBK2Sg", "monitor_members_count": 1, "monitored_members_count": 1, "monitoring_privileges": [ "listen", "listen" ], "name": "pbx_api_test_uacap", "prompt": true, "site": { "id": "8f71O6rWT8KFUGQmJIFAdQ", "name": "Main Site" }, "type": 1 } ], "next_page_token": "ICF5K4lVmGG4kyIyGxSfBU2LH4QQG95cn32", "page_size": 30, "total_records": 1 }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/monitoring_groups?type=1&site_id=8f71O6rWT8KFUGQmJIFAdQ&page_size=30&next_page_token=ICF5K4lVmGG4kyIyGxSfBU2LH4QQG95cn32?type=1&site_id=8f71O6rWT8KFUGQmJIFAdQ&page_size=30&next_page_token=ICF5K4lVmGG4kyIyGxSfBU2LH4QQG95cn32' -H 'Accept: application/json'

ENDPOINTS