I would like to create a custom signup policy that will check if a user exists and if it does, it will update a claim on the users object. If the user does not exist I would like it to create the user as normal.
As for right now, if a user attempts to signup using an email that already exists for a user I get an error stating "A user with the specified ID already exists. Please choose a different one."