updateCommonAreaPhone.Rd
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. Use this API to update details on a specific common area phone https://support.zoom.us/hc/enus/articles/360028516231ManagingCommonAreaPhones in an account.**Prerequisites:*** Pro or a higher account with Zoom Phone license.* Account owner or admin permissions.* Supported device https://support.zoom.us/hc/enus/articles/360001299063ZoomVoiceSupportedDevices **Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateCommonAreaPhone( site_id = NULL, display_name = NULL, extension_number = NULL, mac_address = NULL, return_response = F )
site_id | Unique identifier of the site https://support.zoom.us/hc/enus/articles/360020809672ManagingMultipleSites to which the common area desk phone is assigned. |
---|---|
display_name | Display name of the common area phone. |
extension_number | Extension number of the phone. If site code is enabled, provide short extension number instead. |
mac_address | Mac address or serial number of the device. Examples of supported format: "64167f379092" or "64167f379092". |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |