GET {{baseUrl}}/phone/monitoring_groups?type=2&site_id=<string>&page_size=<integer>&next_page_token=<string>
Returns an account's monitoring group list. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_monitoring_groups:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
type
|
number | The monitoring group's type. | |
site_id
|
string | The unique identifier of the monitoring group's site. | |
page_size
|
string | 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_g Curl curl -X GET 'https://api.zoom.us/v2/phone/monitoring_groups?type=2&site_id=<string>&page_size=<integer>&next_page_token=<string>?type=2&site_id=<string>&page_size=<integer>&next_page_token=<string>' -H 'Accept: application/json' ENDPOINTS |