Number of APIs: 4
1. Get members of a monitoring group
GET {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor&page_size=1&next_page_token=ICF5K4lVmGG4kyIyGxSfBU2LH4QQG95cn32
Use this API to return members list of a Monitoring Group. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:read:admin
Rate Limit Label: Medium
2. Remove a member from a monitoring group
DELETE {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members/:memberExtensionId?member_type=monitor
Use this API to remove a member from a Monitoring Group. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:write:admin
Rate Limit Label: Light
3. 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. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:write:admin
Rate Limit Label: Light
4. 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. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:write:admin
Rate Limit Label: Light
ENDPOINTS