Lists the groups.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
Searches for given keyword in group's list (either GUID, name or email).
Searches for specified keyword in name,GUID or both.
Sorts the group list by either Name,Guid or Created at . Available values: name, guid, createdAt
name
, guid
, createdAt
Sorts the group list in ascending or descending order. Available values: asc, desc
asc
, desc
Number of groups to be fetched in a request. The default value is 100 and the maximum value is 1000.
Determines whether to fetch the groups either before or after createdAt/updatedAt timestamp. Possible values are append(after) and prepend(before).
append
, prepend
Fetches the groups list after a particular updatedAt timestamp.
Includes those groups that have tags.
Fetches only those groups that have these tags.
Fetches groups based on group type(public, protected, password).
public
, private
, protected
Fetches groups based on multiple types.
Page number.
Fetches all the joined groups of a user. This will work only with onBehalfOf parameter in header. It accepts only true as a value, setting it as false simply removes this filter.
A list of groups
The response is of type object
.