Get operational policy overrides

View as MarkdownOpen in Claude

Returns the operator’s organisation-level overrides on top of the jurisdiction defaults. Returns the override map only (so the UI can show “default vs override”), not the resolved policy. Resolved policy is computed at runtime by combining these overrides with the jurisdiction defaults.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Stable identifier of the operator’s organisation.

Response

The current operational policy overrides.
organizationIdstring

Stable identifier of the operator’s organisation.

overridesobject

Per-organisation overrides on top of the jurisdiction defaults. Only the values explicitly overridden by the operator are present; the resolved (merged) policy is what the rest of the platform applies at runtime.

versionIddouble

Monotonically-increasing version number used for optimistic concurrency on updates.

lastUpdatedstring
ISO 8601 timestamp of the last update.
updatedByobject or null
Identifier of the operator who applied the most recent change. Null when the row is the synthetic "no overrides yet" placeholder.