Get team groups by channels
GET/api/v4/teams/:team_id/groups_by_channels
Retrieve the set of groups associated with the channels in the given team grouped by channel.
Permissions
Must have the list_team_channels permission.
Minimum server version: 5.11
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 501
Group list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Something went wrong with the server
Feature is disabled