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
Request Body
{"monitoring_privileges"=>["whisper", "take_over"], "name"=>"<string>", "prompt"=>"<boolean>", "site_id"=>"<string>", "type"=>4}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}