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.

Scopes: phone:write:admin
Rate Limit Label: Light

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

 

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 '["JpjPXizWTz-l35tFRUK3Gg","JpjPXizWTz-l35tFRUK3Gg"]'

ENDPOINTS