Disable Verification Email Sent on User Creation

Last Updated: Aug 7, 2024

Overview

This article explains how to disable the verification email sent on user creation.

Applies To

  • Disable Verification Email
  • Email

Cause

The user is created using the Management API Create a User endpoint and does not want to receive the verification email on user creation.

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.