Update user level outbound calling countries or regions
PATCH {{baseUrl}}/phone/users/:userId/outbound_calling/countries_regions
Updates the user level outbound calling policy country or region.
Prerequisite:
- Account must have a Pro or a higher plan with a Zoom Phone license.
Scopes:
phone:write:admin
Granular Scopes:
phone:update:user_outbound_calling_rule:admin
Rate Limit Label
:
LIGHT
Request Body
{"country_regions"=>[{"iso_code"=>"<string>", "rule"=>3, "delete_existing_exception_rules"=>"<boolean>"}, {"iso_code"=>"<string>", "rule"=>2, "delete_existing_exception_rules"=>"<boolean>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``