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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}