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
Optional
options: ApiCallOptionsDeletes the requested group.
Deletes the requested group.
The ID of the group to delete.
Optional
options: 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
Optional
limit?: numberThe number of user entries to retrieve.
Optional
next?: stringGet users with IDs that are higher than the target user ID. Cannot be used in conjunction with prev.
Optional
prev?: stringGet users with IDs that are lower than the target user ID. Cannot be used in conjunction with next.
Optional
sort?: "name" | "-name" | "+name"The field to sort by, with +/- prefix indicating sort order
an object with the body content
Optional
options: ApiCallOptionsReturns the requested group.
Returns the requested group.
The group's unique identifier
Optional
options: ApiCallOptionsReturns a list of groups with cursor-based pagination.
Returns a list of groups with cursor-based pagination.
an object with query parameters
Optional
filter?: 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.
Optional
limit?: numberThe number of groups to retrieve.
Optional
next?: stringThe next page cursor.
Optional
prev?: stringThe previous page cursor.
Optional
sort?: stringOptional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
systemGroups?: booleanReturn system groups (e.g. Everyone) instead of regular groups. Cannot be combined with any other query parameters.
Optional
totalResults?: booleanWhether to return a total match count in the result. Defaults to false.
Optional
options: 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.
Optional
options: ApiCallOptionsUpdates the requested group.
Updates the requested group.
The ID of the group to update.
an object with the body content
Optional
options: 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
Optional
options: ApiCallOptions
Clears the cache for groups api requests.