Add a device

POST {{baseUrl}}/phone/devices

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 to a user.

Prerequisites:

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

Scopes: phone:write:admin

Rate Limit Label: Light

Request Body

{"mac_address"=>"543968a78ee7", "display_name"=>"Desk Phone", "assigned_to"=>"-tDdYIstSumpA0L13GztIQ", "assignee_extension_ids"=>["dsH7FaYRHy9gV4Qb8ecku", "dsH7FaYRHy9gV4Qb8ecku"], "model"=>"testModel", "type"=>"DeviceBrand", "provision_template_id"=>"Ke5Ghevvoo001hr"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}