Logo
Zoom Public API Documentation

Change device association

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

This Device API lets you change device association from one Zoom Room to another.

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/assignment' -H 'Content-Type: application/json' -d '{"room_id":"\u003cstring\u003e","app_type":"ZR"}'

ENDPOINTS