an object with query parameters
Optionalfilter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. Cannot be combined with any of the fields marked as deprecated. All conditional statements within this query parameter are case insensitive.
Optionallimit?: numberThe number of groups to retrieve.
Optionalnext?: stringThe next page cursor.
Optionalprev?: stringThe previous page cursor.
Optionalsort?: stringOptional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
OptionalsystemGroups?: booleanReturn system groups (e.g. Everyone) instead of regular groups. Cannot be combined with any other query parameters.
OptionaltotalResults?: booleanWhether to return a total match count in the result. Defaults to false.
Optionaloptions: ApiCallOptions
Returns a list of groups with cursor-based pagination.