Get team groups
GET/api/v4/teams/:team_id/groups
Retrieve the list of groups associated with a given team.
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