Logo
Zoom Public API Documentation

Assign a device to a user or commonarea

POST {{baseUrl}}/devices/zpa/assignment

Assign a device to a user or common area, or move a device to another user or common area, or remove a device.

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

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 POST 'https://api.zoom.us/v2/devices/zpa/assignment' -H 'Content-Type: application/json' -d '{"mac_address":"\u003cstring\u003e","vendor":"\u003cstring\u003e","extension_number":"\u003cstring\u003e"}'

ENDPOINTS