Logo
Zoom Public API Documentation

Create a monitoring group

POST {{baseUrl}}/phone/monitoring_groups

Creates a monitoring group.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:monitoring_group:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/monitoring_groups' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"monitoring_privileges":["whisper","take_over"],"name":"\u003cstring\u003e","prompt":"\u003cboolean\u003e","site_id":"\u003cstring\u003e","type":4}'

ENDPOINTS