When I create a new user in Auth0 (via the UI) a verification email is sent to the user. Is there a way to disable sending of this verification email ?
The verification email is sent to the user as soon as the user account is created. I want to control when the invitation email is sent to the user. After user creation I want to make some validations (not in Auth0), and based on those validations I will send the invitation email.
To disable the email verification email, you will need to go to your Auth0 Dashboard > Branding > Email Templates and select the Verification Email (using Link) and disable the Status toggle to turn off the template. See below.