How to Enroll Multiple Guardian Emails (MFA Multiple Emails)
Sep 10, 2025
Overview
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:
- 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",
}
- The result should be as follows:
- User Raws JSON
- Preview in Login Flow