ZITADEL Docs
APIsCore ResourcesV2User

List all possible authentication methods of a user

List all possible authentication methods of a user like password, passkey, (T)OTP and more..

GET
/v2/users/{user_id}/authentication_methods

Path Parameters

user_id*string

Query Parameters

domainQuery.includeWithoutDomain?boolean

List also auth method types without domain information like passkey and U2F added through V1 APIs / Login UI.

domainQuery.domain?string

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?