User Sign Up Process

Hi @Senor_Fiorano,

Thanks for reaching out to the Auth0 Community!

I understand that you have some questions about the user sign-up process.

Firstly, it is possible to stop the automated Verification Email from sending to the user.

To do so, please create the user with the verify_email: false property during your first step. This will prevent the verification email from sending to the user on creation while the verification email template is enabled.

Note that you’ll want to keep the template enabled so that you can send the verification email at a later point in time. See this FAQ to learn more.

In this situation, we recommend repurposing the Password Reset Email as an Invitation and sending them to your users. This way you can create the users on their behalf without sending the Verification Email, and at a later time, send the Password Reset Email repurposed as an invitation.

I hope this helps!

Please let me know if you need any help with getting this setup.

Thank you.