Logo
Zoom Public API Documentation

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

 

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/countries_regions' -H 'Content-Type: application/json' -d '{"country_regions":[{"iso_code":"\u003cstring\u003e","rule":3,"delete_existing_exception_rules":"\u003cboolean\u003e"},{"iso_code":"\u003cstring\u003e","rule":2,"delete_existing_exception_rules":"\u003cboolean\u003e"}]}'

ENDPOINTS