Join a channel
PUT {{baseUrl}}/v3/group_channels/:channel_url/join
Join a channel
Allows a user to join a public group channel. Since a user is allowed to join up to 2,000 group channels, a user who already belongs to a maximum number of group channels can't join a new channel.
Note: This action is only permitted for public group channels where the
is_public
property is true.
https://sendbird.com/docs/chat/v3/platform-api/guides/group-channel#2-join-a-channel
Request Body
{"channel_url"=>"<string>", "user_id"=>"<string>", "access_code"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string |
RESPONSES
status: OK
""