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": {}
}
]
}Was this page helpful?
Get Service account Key By ID
Get Service account Key By ID: Deprecated: use [user service v2 ListUsers](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Get a specific Key of a service account by its id. Machine keys are used to authentic...
Get User by login name (globally)
Get User by login name (globally): Deprecated: use [user service v2 ListUsers with LoginNameQuery](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Get a user by login name searched over all organizations. The req...