v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Organization Audit

Update Audit Settings

Update audit configuration for the organization.

Use this to enable or disable read auditing. Requires ADMIN permission.

patch/v1/organizations/audit/settings

Request body

read_auditing_enabledboolean nullable

Enable or disable read operation auditing.

Response

Successful Response

read_auditing_enabledboolean

When enabled, read operations (GET requests) are logged to the audit trail. This includes resource access like NAMESPACE_ACCESSED, BUCKET_ACCESSED, etc. Disabled by default to reduce audit log volume. Enable for compliance requirements that mandate tracking all resource access.

Example response

{
  "read_auditing_enabled": false
}