List all possible authentication methods of a user
List all possible authentication methods of a user like password, passkey, (T)OTP and more..
Path Parameters
Query Parameters
List also auth method types without domain information like passkey and U2F added through V1 APIs / Login UI.
List only auth methods with specific domain.
Response Body
application/json
curl -X GET "https://loading/v2/users/string/authentication_methods"{
"details": {
"totalResult": 0,
"processedSequence": 0,
"timestamp": "2023-01-15T01:30:15.01Z"
},
"authMethodTypes": [
"AUTHENTICATION_METHOD_TYPE_UNSPECIFIED"
]
}Was this page helpful?
Generate single-use recovery codes for a user
Generate single-use recovery codes for a user: Generate new single-use recovery codes for the authenticated user. Recovery codes can be used to recover access to the account if other second factors are not available.
List links to an identity provider of an user
Explore the List links to an identity provider of an user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.