Logo
Zoom Public API Documentation

Update a monitoring group

PATCH {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId

Use this API to update 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 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/monitoring_groups/:monitoringGroupId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"monitoring_privileges":["take_over","take_over"],"name":"testUpdateName","prompt":false,"site_id":"NjHmTu16Qfe8yOiNJuekXA"}'

ENDPOINTS