Logo
Zoom Public API Documentation

phone-monitoring groups-{monitoring Group Id}-monitor members

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: phone:read:admin
Rate Limit Label: Medium

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



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: phone:write:admin
Rate Limit Label: Light

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



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: phone:write:admin
Rate Limit Label: Light

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



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: phone:write:admin
Rate Limit Label: Light

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



ENDPOINTS