Moving account links from one identity to other using workflow

Hi everyone,

I require some assistance in designing a workflow, if feasible, that retrieves the accounts of another identity matching the ‘ref_uid’ attribute upon the creation of a new identity. For example, if a new user has a ‘ref_uid’ of ‘abc123’ and there is an existing user with a ‘uid’ of ‘abc123’, we need to fetch all account IDs associated with the existing user. Subsequently, we intend to move these account links from existing identity to the new identity via HTTP requests.
How to get the account ids and also could moving the account links potentially cause any issues?

[Note: The existing identity will be terminated after the links are moved and birthright access is only assigned when identity is active.]

Thanks!

Hi @shreeja20 ,
As per documentation available , ISC could create a new account for the previous identity as soon as the account is moved.
Please refer to the update account api documentation:

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