Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The SearchForRole activity can be used to search for role by Type , Name and/or by value of Attribute.

This activity is available from version 8.2.

Input Data

The following input data can be configured for the activity.

RoleTypeId

The identifier of the Role Type.

SearchValue

The value to search for in Role Name.

SearchValuesByAttributeId

The Dictionary<uint, string[]> to search for value of Attribute. Dictionary key is attribute id and value is a collection of required values.
Example:
{ 1: ["apple", "fruit"], 2: ["banana", "bird"], 3: ["cat", "car"], }

Output Data

Result

The uint array of the roles that match search criteria.

  • No labels