Add a common area
POST {{baseUrl}}/phone/common_areas
Use this API to add an instance of common area. Configure devices shared by users and deployed in shared spaces.
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
Request Body
{"display_name"=>"test_ca", "extension_number"=>1001014, "calling_plans"=>[{"type"=>100}, {"type"=>100}], "country_iso_code"=>"US", "site_id"=>"8f71O6rWT8KFUGQmJIFAdQ", "timezone"=>"America/Los_Angeles"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"display_name":"test_ca","id":"JOZmuJ30Spyrw-v9vUzIrA"}