ListHumanAuthFactors
Get User Authentication Factors (2FA/MFA)
Deprecated: use user service v2 ListAuthenticationMethodTypes instead.
Get a list of authentication factors the user has set. Including Second Factors (2FA) and Multi-Factors (MFA).
curl -X POST "https://loading/users/string/auth_factors/_search"{
"result": [
{
"state": "AUTH_FACTOR_STATE_UNSPECIFIED",
"otp": {}
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?