Disable Verification Email Sent on User Creation
Last Updated:
Overview
This article explains how to disable the verification email sent on user creation.
Applies To
- Disable Verification Email
Cause
Solution
Use the Management API to create a user and set the verify_email value to false. This will stop sending the verification email when the user is created.
See below for the verify_email description:
verify_email: boolean (optional)
Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified parameter.