Update information of a desk phone device https://support.zoom.us/hc/enus/articles/360021119092 .**Prerequisites:*** Pro or a higher account with Zoom Phone license* Account owner or admin permissions**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateDevice(
  deviceId,
  display_name = NULL,
  mac_address = NULL,
  assigned_to = NULL,
  return_response = F
)

Arguments

deviceId

Unique Identifier of the Device.

display_name

Display name of the desk phone.

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.

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.

return_response

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