Get user authentication Factors
Hello,
There is a endpoint that is deprecated : https://zitadel.com/docs/apis/resources/mgmt/management-service-list-human-auth-factors
Is there another endpoint to use to retrieve MFA that the user set up ?
My need : check that the user phone is set up as MFA.
ZITADEL Docs
Get a list of authentication factors the user has set. Including Second-Factors (2FA) and Multi-Factors (MFA).
3 Replies
Yes, you can get this with the following endpoint, you will see all the possible authentications the user has: https://zitadel.com/docs/apis/resources/user_service_v2/user-service-list-authentication-method-types
ZITADEL Docs
List all possible authentication methods of a user like password, passwordless, (T)OTP and more..
make sure you are at least on version 2.58.0 to have that api
thanks a lot