Number of APIs: 3
1. Get collaborators of a whiteboard
GET {{baseUrl}}/whiteboards/:whiteboardId/collaborator
Returns a list of a whiteboard collaborators. Scopes: Rate Limit Label: whiteboard_collaborator:read:admin
MEDIUM
2. Update whiteboard collaborators
PATCH {{baseUrl}}/whiteboards/:whiteboardId/collaborator
Use this API to update whiteboard collaborators. Scopes: Rate Limit Label: whiteboard:write:admin
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: Rate Limit Label: whiteboard_collaborator:write:admin
MEDIUM
ENDPOINTS