Update common area
PATCH
{{baseUrl}}/phone/common_areas/:commonAreaId
Use this API to update the common area information.
Note: For use by customers who opted for Common Area Optimization
Prerequisites:
- Pro or a higher account with Zoom Phone license
- Account owner or admin permissions
Scopes: phone:write:admin
Granular Scopes: phone:update:common_area:admin
Rate Limit Label: Light
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/phone/common_areas/:commonAreaId' -H 'Content-Type: application/json' -d '{"area_code":"\u003cstring\u003e","cost_center":"\u003cstring\u003e","country_iso_code":"\u003cstring\u003e","department":"\u003cstring\u003e","display_name":"\u003cstring\u003e","emergency_address_id":"\u003cstring\u003e","extension_number":"\u003clong\u003e","outbound_caller_id":"\u003cstring\u003e","policy":{"international_calling":{"enable":"\u003cboolean\u003e","reset":"\u003cboolean\u003e"}},"site_id":"\u003cstring\u003e","timezone":"\u003cstring\u003e"}'