POST {{baseUrl}}/chat/channels/:channelId/members
Invites members that are in a user's contact list to a channel. A channel can have one or multiple members. The maximum number of members that can be added at once with this API is 5. Scope: Rate Limit Label: chat_channel:write
Note: This API only supports user-managed OAuth appMedium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"added_at": "<dateTime>",
"ids": "<string>",
"member_ids": "<string>"
} |
ENDPOINTS