How to Enroll Multiple Guardian Emails (MFA Multiple Emails)

Overview

This article presents how to add multiple emails in the user Guardian MFA.

Applies To

  • Multifactor Authentication (MFA)
  • Guardian Email

Solution

It is possible to attach multiple emails to a user Guardian by Creating an authentication method for a with the following API:

  1. Set the API Token > Fill the path:id with the user id (auth0|66aa…) that should have an extra email as MFA > add the below code in Body > click on the Test Endpoint button.

    {
      "type": "email",
      "name": "secondary@email.com",
      "email": "secondary@email.com",
    }
    

  2. The result should be as follows:

Related References