Identity Exception

We have an issue where a rehire was issued a new Workday account and has resulted in an Identity Exception in the Active Directory user accounts.

Hi @davidballew,

You need to use update-account | SailPoint Developer Community api to modify the manuallyCorrelated flag in account to false.

URL: https://org.api.identitynow.com/v3/accounts/{id}
Method: PATCH
Authentication: Bearer {token}
Payload/Body: [{ "op": "replace", "path": "/manuallyCorrelated", "value": false}]

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.