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:
-
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
- User Raws JSON