Clears the cache for roles api requests.
Creates a custom role. Role names must be unique, and there is a maximum of 500 custom roles per tenant. Requestor must be assigned the TenantAdmin role.
Creates a custom role. Role names must be unique, and there is a maximum of 500 custom roles per tenant. Requestor must be assigned the TenantAdmin role.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes the requested role. Role can only be deleted if it has been unassigned from all users and groups. Only applicable to roles of type custom. Requestor must be assigned the TenantAdmin role.
Deletes the requested role. Role can only be deleted if it has been unassigned from all users and groups. Only applicable to roles of type custom. Requestor must be assigned the TenantAdmin role.
The unique identifier for the role.
Optionaloptions: ApiCallOptionsReturns the requested role.
Returns the requested role.
The unique identifier for the role.
Optionaloptions: ApiCallOptionsReturns a list of roles using cursor-based pagination.
Returns a list of roles using cursor-based pagination.
an object with query parameters
Optionalfilter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. All conditional statements within this query parameter are case insensitive.
Optionallimit?: numberThe number of roles 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.
OptionaltotalResults?: booleanDetermines wether to return a count of the total records matched in the query. Defaults to false.
Optionaloptions: ApiCallOptionsUpdates the requested role. Only applicable to roles of type custom. Requestor must be assigned the TenantAdmin role.
Updates the requested role. Only applicable to roles of type custom. Requestor must be assigned the TenantAdmin role.
The unique identifier for the role.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for roles api requests.