password
aid_customers_mfa_login_initiate_recovery_post
Initiate a Multi-Factor Authentication recovery login for a customer user that has forgotten/lost their secret. Specify the ident_type and the ident (email or phone_number) of the user. If the call is successful, the user will get an email with an one time recovery code that has to be submitted to the mfa_recovery endpoint. When a valid one time recovery has been posted the server response with a regular MFA challenge. Once authenticated the password or pin can be changed by updating the customer. scopes:
- write:accounts:/auth/users
post/accounts/{aid}/customers/mfa_login_recovery
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Response
Recovery MFA challenge
Example response
{
"oob_code": "bkaiew...akas"
}