Add account level outbound calling exception rule

POST {{baseUrl}}/phone/outbound_calling/exception_rules

Adds the account level outbound calling policy exception rule for 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:outbound_calling_rule:admin

Rate Limit Label: LIGHT

Request Body

{"exception_rule"=>{"country"=>"<string>", "match_type"=>"prefix", "prefix_number"=>"<string>", "status"=>"inactive", "comment"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;exception_rule_id&quot;:&quot;\u003cstring\u003e&quot;}