Logo
Zoom Public API Documentation

Update common area phone

PATCH {{baseUrl}}/phone/common_area_phones/:commonAreaPhoneId

Use this API to update details on a specific common area phone in an account.

A common area phone can be provisioned by a Zoom account owner or a Zoom admin so that anyone in an organization can use it. For example, if your office has shared desks that don't belong to a specific employees, you could add a common area phone so that any person can use it.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites:

  • Pro or a higher account with Zoom Phone license
  • Account owner or admin permissions
  • A supported device

 

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_area_phones/:commonAreaPhoneId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"cost_center":"pbx cost center","department":"pbx department","display_name":"display name of the common area phone","emergency_address_id":"gBGwqgwoTb-DiSCA75tMWw","extension_number":1000001014,"mac_address":"0004f25eec4d","policy":{"hot_desking":{"status":"on"},"international_calling":{"enable":true},"select_outbound_caller_id":{"enable":true}},"provision_template_id":"CLbU64xzTzCUXz58e2Lo-w","site_id":"8f71O6rWT8KFUGQmJIFAdQ"}'

ENDPOINTS