Clears the cache for groups api requests.
Creates a new group. The maximum number of groups a tenant can have is 10,000. Group names are case-sensitive, and must be unique.
Creates a new group. The maximum number of groups a tenant can have is 10,000. Group names are case-sensitive, and must be unique.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes the requested group.
Deletes the requested group.
The ID of the group to delete.
Optionaloptions: ApiCallOptionsRetrieves a list of groups matching the filter using advanced query string.
Retrieves a list of groups matching the filter using advanced query string.
an object with query parameters
Optionallimit?: numberThe number of user entries to retrieve.
Optionalnext?: stringGet users with IDs that are higher than the target user ID. Cannot be used in conjunction with prev.
Optionalprev?: stringGet users with IDs that are lower than the target user ID. Cannot be used in conjunction with next.
Optionalsort?: "name" | "-name" | "+name"The field to sort by, with +/- prefix indicating sort order
an object with the body content
Optionaloptions: ApiCallOptionsReturns the requested group.
Returns the requested group.
The group's unique identifier
Optionaloptions: ApiCallOptionsReturns a list of groups with cursor-based pagination.
Returns a list of groups with cursor-based pagination.
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: ApiCallOptionsReturns the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
Returns the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
Optionaloptions: ApiCallOptionsUpdates the requested group.
Updates the requested group.
The ID of the group to update.
an object with the body content
Optionaloptions: ApiCallOptionsUpdates the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
Updates the tenant's group settings, such as whether automatic group creation and IdP group synchronization are enabled or disabled, and roles assigned to system groups.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for groups api requests.