Logo
Zoom Public API Documentation

whiteboards-{whiteboardId}-collaborator

Number of APIs: 3


1. 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



2. Update whiteboard collaborators

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

Use this API to update whiteboard collaborators.

Scopes: whiteboard:write:admin

Rate Limit Label: MEDIUM



3. Share a whiteboard to new users or team chat channels.

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

Use this API to add collaborators to a whiteboard.

Scopes: whiteboard_collaborator:write:admin

Rate Limit Label: MEDIUM



ENDPOINTS