By default, all Zoom Phone users can make and receive calls using the Zoom desktop and mobile applications. Additionally, if a desk phone is required, use this API to add a desk phone and assign it https://support.zoom.us/hc/enus/articles/360021119092#h_5ca0750468a84c3dad0ec1d3594436da to a user.**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

addDevice(
  mac_address,
  type = NULL,
  model = NULL,
  assigned_to = NULL,
  display_name,
  return_response = F
)

Arguments

mac_address

The MAC address of the desk phone. Note: If you're using a wireless phone, enter the wired MAC address, not the wireless MAC address.

type

Manufacturer brand name of the device.

model

Model name of the device.

assigned_to

User ID or email address of the user to whom this device is to be assigned. The User ID and the email of the user can be retrieved using the List Users https://marketplace.zoom.us/docs/apireference/zoomapi/users/users API.

display_name

Display name of the desk phone.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.