Logo
Zoom Public API Documentation

phone-monitoring_groups-{monitoringGroupId}-monitor_members

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: phone:read:admin

Granular Scopes: phone:read:list_monitoring_group_members:admin

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

Granular Scopes: phone:write:monitoring_group_member:admin

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

Granular Scopes: phone:delete:monitoring_group_member:admin

Rate Limit Label: Light



ENDPOINTS