Logo
Zoom Public API Documentation

Update a device

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

Updates the 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

Granular Scopes: phone:update:device:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/devices/:deviceId' -H 'Content-Type: application/json' -d '{"assigned_to":"\u003cstring\u003e","display_name":"\u003cstring\u003e","mac_address":"CCBf86-Bd-85:ed","provision_template_id":"\u003cstring\u003e"}'

ENDPOINTS