Lists the groups.
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 Sort field for listing groups.
name, guid, createdAt Sorts the group list in ascending or descending order. Available values: asc, desc Sort order.
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). Cursor pagination direction.
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). Group type. public: anyone can join. password: requires password. private: invitation only.
public, private, password 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.