Join a channel

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

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: Created

{"added_at":"\u003cdateTime\u003e","id":"\u003cstring\u003e","member_id":"\u003cstring\u003e"}