Logo
Zoom Public API Documentation

Update a device

PATCH {{baseUrl}}/phone/devices/:deviceId

Update information of a desk phone device.

Prerequisites:

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

Scopes: phone:write:admin

Rate Limit Label: Light

 

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/devices/:deviceId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"assigned_to":"DnEopNmXQEGU2uvvzjgojw","display_name":"testUser","mac_address":"543968a78ee7","provision_template_id":"Ke5Ghevvoo001hr"}'

ENDPOINTS