Get given user's MFA factor registration details.

Prev Next
Get
/api/mfa/admin/registrations/{factor}/users/{targetUserId}
Security
HTTP
Type bearer
Path parameters
factor
stringRequired

the mfa factor used

Valid values[ "TOTP", "WEB_AUTHN" ]
targetUserId
stringRequired

The random 20 alphanumeric string id of the service identity user.

Responses
200

The user's MFA factor registration

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

the user not registered for the MFA factor