Logo
Zoom Public API Documentation

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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/common_areas/:commonAreaId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"area_code":"408","cost_center":"cost_center_pbx","country_iso_code":"US","department":"department_pbx","display_name":"common area 01","emergency_address_id":"gBGwqgwoTb-DiSCA75tMWw","extension_number":1001014,"outbound_caller_id":"+12055437350","site_id":"SQv52YtkRLC2dwrDdYtGsA","timezone":"Europe/Berlin"}'

ENDPOINTS