The IdentityFindObjectIdInTargetSystem
activity can be used to get the Identity ObjectId using TargetSystemId
, SystemIdentityTypeId
and IdentityProperties
. This activity is available from version 8.2.
The following input data can be configured for the activity.
The identifier of the target system.
The type identifier of the identity type.
A dictionary
Dictionary<string, object>
containing parameter-value pairs with identity properties.
Example:
JSON.parse(JSON.stringify({"sAMAccountName":"userShortName"})) |
The Identity ObjectId
in the target system.
Apart from the default outcome, the following outcomes are possible:
No identity that matches the search criteria have been found.
If multiple identities are are found, or any other occurs, an exception will be thrown.