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
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"collaborator_id":"\u003cstring\u003e","collaborator_name":"\u003cstring\u003e","user_id":"\u003cstring\u003e","channel_id":"\u003cstring\u003e","avatar":"\u003cstring\u003e","role":1,"collaborator_type":1},{"collaborator_id":"\u003cstring\u003e","collaborator_name":"\u003cstring\u003e","user_id":"\u003cstring\u003e","channel_id":"\u003cstring\u003e","avatar":"\u003cstring\u003e","role":3,"collaborator_type":0}]