POST {{baseUrl}}/chat/channels/:channelId/members/me
Joins a channel that is open for anyone in the same organization to join. A channel can have one or more members. You cannot use this API to join private channels that only allow invited members to be a part of them. Note: This API only supports user-managed OAuth apps.
Scope: chat_channel:write
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status Created
{
"added_at": "<dateTime>",
"id": "<string>",
"member_id": "<string>"
} |
ENDPOINTS