Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "exception_rule_id": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/outbound_calling/exception_rules' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"exception_rule":{"country":"\u003cstring\u003e","match_type":"prefix","prefix_number":"\u003cstring\u003e","status":"inactive","comment":"\u003cstring\u003e"}}'

ENDPOINTS