ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyAuthFactors

POST
/users/me/auth_factors/_search

Response Body

application/json

application/json

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

Was this page helpful?