ZITADEL Docs
APIsCore ResourcesV2User

ListAuthenticationFactors

POST
/v2/users/{user_id}/authentication_factors/_search

Path Parameters

user_id*string

Query Parameters

authFactors?auth_factors
states?states

Response Body

application/json

application/json

curl -X POST "https://loading/v2/users/string/authentication_factors/_search"
{
  "result": [
    {
      "state": "AUTH_FACTOR_STATE_UNSPECIFIED",
      "otp": {}
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?