List groups
Groups
List groups
Returns a paginated list of groups visible to the authenticated user. The list can be filtered by membership mode, group type and sorting method.
GET
List groups
Query Parameters
Filter groups by membership mode. member lists groups the user is a member of, available lists joinable public groups, and can_publish lists groups where the user is allowed to publish.
Available options:
member, available, can_publish Filter by group visibility type.
Available options:
public, private Sorting method for the group list. activity sorts by most recently updated, name sorts alphabetically.
Available options:
activity, name Maximum number of groups per page (1–100). Defaults to 50.
Required range:
1 <= x <= 100Response
200 - application/json
Paginated list of groups.