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",
}

Screenshot 2024-07-31 at 19.00.52.png
  1. The result should be as follows:
  • User Raws JSON

Screenshot 2024-07-31 at 19.02.12.png

  • Preview in Login Flow
Screenshot 2024-07-31 at 19.03.47.png
 


Related References

Recommended content

No recommended content found...