Add common area level outbound calling exception rule
POST {{baseUrl}}/phone/common_areas/:commonAreaId/outbound_calling/exception_rules
Adds the common area level outbound calling policy exception rule for the country region.
Prerequisites:
- Pro or a higher account with Zoom Phone license
- Account owner or admin permissions
Scopes:
phone:write:admin
Granular Scopes:
phone:write:common_area_outbound_calling_rule:admin
Rate Limit Label
:
LIGHT
Request Body
{"exception_rule"=>{"country"=>"<string>", "match_type"=>"prefix", "prefix_number"=>"<string>", "status"=>"active", "comment"=>"<string>"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"exception_rule_id":"\u003cstring\u003e"}