Number of APIs: 3
1. Get members of a monitoring group
GET {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor&page_size=<integer>&next_page_token=<string>
Use this API to return members list of a Monitoring Group. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_monitoring_group_members:admin
Medium
2. Add members to a monitoring group
POST {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor
Use this API to add members to a Monitoring Group. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:monitoring_group_member:admin
Light
3. Remove all monitors or monitored members from a monitoring group
DELETE {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor
Use this API to remove all monitor or monitored members from a Monitoring Group. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:monitoring_group_member:admin
Light
ENDPOINTS