Register current authenticated user for the MFA factor.

Prev Next
Post
/api/mfa/register/{factor}
Security
HTTP
Type bearer
Path parameters
factor
stringRequired

the mfa factor used

Valid values[ "TOTP", "WEB_AUTHN" ]
Responses
200

The registration

Expand All
object
status
string
Valid values[ "CHALLENGE", "REGISTERED", "CHALLENGE_FAILED" ]
factor
string
Valid values[ "TOTP", "WEB_AUTHN" ]
additionalDetails
object
property*
object additionalProperties
409

The authenticated user has either started or completed registration for the MFA factor. To re-register for a new TOTP secret key, first delete the existing registration using DELETE /api/mfa/register/.