Retrieve a rule

Returns a representation of the specified auto user provisioning rule.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Retrieves the rule with the specified ID.

Responses

Response body
object
_embedded
object

Embedded responses related to the resource.

string

Embeds the associated organizational units for the OU UUIDs in the response
if requested using the embed query parameter.

string

Embeds the associated role for the role UUID in the response if requested using the embed query parameter.

_links
object
string
required

The following table describes the possible conditions for a rule.

Group SelectionRule ConditionDescription
This group {"user.groups":{"$eq":"Admin"}}User must belong to the specified group.
ANY of these groups{"user.groups":{"$in":["Admin", "Eng", "Sales"]}}A user must belong to at least one of the specified groups.
ALL of these groups{"user.groups":{"$all":["Admin", "Eng", "Sales"]}}A user must belong to all the specified groups.
Group CONTAINS this keyword{"user.groups":{"$contains":{"$in":["Admin"]}}} A user's group must contain the specified keyword.
Group CONTAINS ANY of these keywords{"user.groups":{"$contains":{"$in":["Admin", "Eng", "Sales"]}}}A user's group must contain at least one of the specified keywords.
Group CONTAINS ALL of these keywords{"user.groups":{"$contains":{"$all":["Admin", "Eng", "Sales"]}}}User's group must contain all the specified keywords.

string
required

Unique name assigned to the rule.

provision
object
required

Specifies the role and the organizational units to be assigned to the user subject to the rule criteria.

organizational_unit_ids
array of strings
required

The Clumio-assigned IDs of the organizational units to be assigned to the user. Use the GET /organizational-units endpoint to fetch valid values.

organizational_unit_ids*
string
required

The Clumio-assigned ID of the role to be assigned to the user. Use the GET /roles endpoint to fetch valid values.

string

The Clumio-assigned ID of the rule.

Language
Credentials
URL