POST {{baseUrl}}/whiteboards/:whiteboardId/collaborator
Use this API to add collaborators to a whiteboard. Scopes: Rate Limit Label: whiteboard_collaborator:write:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
[
{
"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": 1
}
] |
ENDPOINTS