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).
n
Query parameters
The page to select.
The number of groups per page.
String to pattern match the name and display_name field. Will return all groups whose name and display_name field match any of the text.
Boolean which adds the member_count attribute to each group JSON object
Team GUID which is used to return all the groups not associated to this team
Group GUID which is used to return all the groups not associated to this channel
Only return groups that have been modified since the given Unix timestamp (in milliseconds). All modified groups, including deleted and created groups, will be returned. n
Boolean which filters the group entries with the allow_reference attribute set.
Response
Group list retrieval successful