Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FindObjectIdInTargetSystem IdentityFindObjectIdInTargetSystem activity can be used to get the Identity ObjectId using TargetSystemId, SystemIdentityTypeId and IdentityProperties. This activity is available from version 8.2.

...

The type identifier of the target systemidentity type.

IdentityProperties

A dictionary

...

containing parameter-value pairs with identity properties.

Example:

Code Block
JSON.parse(JSON.stringify({"sAMAccountName":"userShortName"}))

Output Data

Result

The Identity ObjectId in the target system.

Outcomes

Apart from the default outcome, the following outcomes are possible:

No match

No identity that matches the search criteria have been found.

Exception

If multiple identities are are found, or any other occurs, an exception will be thrown.