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!