Logo
Zoom Public API Documentation

Update user level outbound calling exception rule

PATCH {{baseUrl}}/phone/users/:userId/outbound_calling/exception_rules/:exceptionRuleId

Updates the user level outbound calling policy for the country region exception rule.

Prerequisites:

  • Pro or a higher account with Zoom Phone license.
  • Account owner or admin permissions.

Scopes: phone:write:admin

Granular Scopes: phone:update:user_outbound_calling_rule:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/users/:userId/outbound_calling/exception_rules/:exceptionRuleId' -H 'Content-Type: application/json' -d '{"exception_rule":{"country":"\u003cstring\u003e","match_type":"phoneNumber","prefix_number":"\u003cstring\u003e","status":"active","comment":"\u003cstring\u003e"}}'

ENDPOINTS