I am trying to add a new email to the list of authenticators (Associating Authenticator) but I am getting the following error,
{
“error”: “invalid_request”,
“error_description”: “email is required for email channel”,
“error_uri”: 400
}
I am hitting the endpoint /mfa/associate to associate a new email as an authenticator. In the body I am passing the following JSON object where I am passing a new email.
{
“authenticator_types”:[“oob”],
“oob_channels”:[“email”],
“email”: “testauth0777@gmail.com”
}
The username for the account is abhayathapa@adt.com but I am trying add a new email authenticator and it is erroring out and saying that there is no email in the body when there is one