Logo
Zoom Public API Documentation

Update whiteboard collaborators

PATCH {{baseUrl}}/whiteboards/:whiteboardId/collaborator

Use this API to update whiteboard collaborators.

Scopes: whiteboard: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/whiteboards/:whiteboardId/collaborator' -H 'Content-Type: application/json' -d '{"collaborators":[{"collaborator_id":"\u003cstring\u003e","role":2},{"collaborator_id":"\u003cstring\u003e","role":0}]}'

ENDPOINTS