Admin Enable MFA
Enables an email MFA channel on behalf of another user and returns the recovery codes minted for the member. Requires the “mfa-admin” resource. TOTP (“app”) cannot be enrolled by an administrator and is rejected with IDE-0055. The codes are returned only in this response and cannot be read again — deliver them to the member out of band.
POST
Error
Authorizations
Bearer authentication. Send Authorization: Bearer .
Path Parameters
Target User ID
Body
application/json
MFA Admin Enable Input
MFAAdminEnableInput payload
Available options:
app, email Example:
"email"
Response
OK
Newly issued recovery codes. Any code issued earlier is now invalid.

