Hello,
I am working on delegating the ability to create user accounts. One thing I'm not sure how to handle is duplicate user names.
I would like it if I could have an alternate User Property pattern if the username is not unique. For example, if I have two Bob Smiths I'd like one to be BobSmith and the second one to be added to be Bob.Smith. Is there a way to set this up in a Property Pattern or a business rule? If it worked for both the web console and CSV imports using the Adaxes cmdlets it would be very helpful.
Currently if we have a duplicate name the user creation gets passed off to me to create manually so I'd love to be able to automate it!