Link a channel to a group
POST/api/v4/groups/:group_id/channels/:channel_id/link
Link a channel to a group.
Permissions
Requires manage_private_channel_members (private channel) or
manage_public_channel_members (public channel) on the target channel.
If this is the group's first linkage into the channel's team context, also
requires invite_user on the team, or sysconsole_write_user_management_groups.
If the group has allow_reference disabled, also requires sysconsole_read_user_management_groups.
Minimum server version: 5.11
Request
Responses
- 201
- 400
- 401
- 403
- 501
Channel linked to group
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled