Get Organization Features
GET/v2/features/organization/:organizationId
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
Request​
Responses​
- 200
- 403
- 404
- default
OK
Returned when the user does not have permission to access the resource.
Returned when the resource has no feature flag settings and inheritance from the parent is disabled.
An unexpected error response.