ZITADEL Docs
APIsCore ResourcesV2Feature

GetInstanceFeatures

Get Instance Features

Returns all configured features for an instance. Unset fields mean the feature is the current system default.

Required permissions:

  • none
GET
/v2/features/instance

Query Parameters

inheritance?boolean

Response Body

application/json

application/json

curl -X GET "https://loading/v2/features/instance"
{
  "details": {
    "sequence": 0,
    "changeDate": "1s",
    "resourceOwner": "string",
    "creationDate": "1s"
  },
  "loginDefaultOrg": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "userSchema": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "oidcTokenExchange": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "improvedPerformance": {
    "executionPaths": [
      "IMPROVED_PERFORMANCE_UNSPECIFIED"
    ],
    "source": "SOURCE_UNSPECIFIED"
  },
  "debugOidcParentError": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "oidcSingleV1SessionTermination": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "enableBackChannelLogout": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "loginV2": {
    "required": true,
    "baseUri": "string",
    "source": "SOURCE_UNSPECIFIED"
  },
  "permissionCheckV2": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "consoleUseV2UserApi": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  },
  "enableRelationalTables": {
    "enabled": true,
    "source": "SOURCE_UNSPECIFIED"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?