Get groups
GET/groups
Retrieve a list of all groups not associated to a particular channel or team.
not_associated_to_team OR not_associated_to_channel is required.
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).
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