Logo
Zoom Public API Documentation

Change device

PATCH {{baseUrl}}/devices/:deviceId

Change device name.

Prerequisites: * Device must be enrolled in ZMD (Zoom Device Management)

Scopes: device:write:admin

Rate Limit Label: MEDIUM

 

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/devices/:deviceId' -H 'Content-Type: application/json' -d '{"device_name":"\u003cstring\u003e","tag":"\u003cstring\u003e","room_id":"\u003cstring\u003e","device_type":1}'

ENDPOINTS