for EBS connector, I want to create unique accounts for my target system. But the challenge here is we are not aggregating all the account into sailpoint. we have a filter to bring only active employee + contractor accounts.
I am assuming that the issue is that you can’t use a template to generate user names because you don’t have all of the used user names. Is this correct?
If so, what you can do is download the list of used user names to a delimited file source in ISC. Then you can use an account profile attribute generator rule to check if the id has been previously used.
Check Username Generator Transform
There is an optional attribute sourceCheck, as per the documentation it will check uniqueness in Target system, I tried once but didn’t get positive results.