ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListLoginPolicyMultiFactors

POST
/policies/login/multi_factors/_search

Response Body

application/json

application/json

curl -X POST "https://loading/policies/login/multi_factors/_search"
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "result": [
    "MULTI_FACTOR_TYPE_UNSPECIFIED"
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?