Logo
Zoom Public API Documentation

Get collaborators of a whiteboard

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

Returns a list of a whiteboard collaborators.

Scopes: whiteboard_collaborator:read:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "collaborator_id": "<string>", "collaborator_name": "<string>", "user_id": "<string>", "channel_id": "<string>", "avatar": "<string>", "role": 1, "collaborator_type": 1 }, { "collaborator_id": "<string>", "collaborator_name": "<string>", "user_id": "<string>", "channel_id": "<string>", "avatar": "<string>", "role": 3, "collaborator_type": 0 } ]



Curl
curl -X GET 'https://api.zoom.us/v2/whiteboards/:whiteboardId/collaborator' -H 'Accept: application/json'

ENDPOINTS