ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ActivateFeatureLoginDefaultOrg

Activates the "LoginDefaultOrg" feature by setting the flag to "true" This is irreversible! Once activated, the login UI will use the settings of the default org (and not from the instance) if not organization context is set

PUT
/features/login_default_org

Response Body

application/json

application/json

curl -X PUT "https://loading/features/login_default_org"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?