GET {{baseUrl}}/whiteboards/:whiteboardId/collaborator
Returns a list of a whiteboard collaborators. Scopes: Rate Limit Label: whiteboard_collaborator:read:admin
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
}
] |
ENDPOINTS