Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 
member_type
string (Required) Member type



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor?member_type=monitor' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '["\u003cstring\u003e","\u003cstring\u003e"]'

ENDPOINTS