Get groups
GET/api/v4/groups
Retrieve a list of all groups not associated to a particular channel or team.
If you use not_associated_to_team, you must be a team admin for that particular team (permission to manage that team).
If you use not_associated_to_channel, you must be a channel admin for that particular channel (permission to manage that channel).
Minimum server version: 5.11
Request
Responses
- 200
- 400
- 401
- 403
- 501
Group list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled