ZITADEL Docs
APIsCore ResourcesV2Feature

GetOrganizationFeatures

Get Organization Features

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

Required permissions:

  • org.feature.read
  • no permission required for the organization the user belongs to
GET
/v2/features/organization/{organization_id}

Path Parameters

organization_id*string

Query Parameters

inheritance?boolean

Response Body

application/json

application/json

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

Was this page helpful?