ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetPasswordComplexityPolicy

GET
/policies/password/complexity

Response Body

application/json

application/json

curl -X GET "https://loading/policies/password/complexity"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "minLength": 0,
    "hasUppercase": true,
    "hasLowercase": true,
    "hasNumber": true,
    "hasSymbol": true,
    "isDefault": true
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?