---
title: "Set organization settings"
method: PUT
path: "/v1/cwobject/organization/settings"
tags: ["CWObject"]
---

# Set organization settings

`PUT /v1/cwobject/organization/settings`

Configures organization-wide CoreWeave AI Object Storage settings such as default audit logging.

## Request body

- SetOrganizationSettingsRequest — Inputs for configuring organization-wide AI Object Storage settings.
  - `settings` CWObjectOrganizationSettings — Organization-wide settings managed through the AI Object Storage API.
    - `controlPlaneAuditLoggingEnabled` boolean — When `true`, audit logging is enabled for control-plane operations.
    - `bucketAuditLoggingEnabled` boolean — When `true`, audit logging is enabled by default for every bucket in the organization.

## Response `200`

OK

- SetOrganizationSettingsResponse — The organization settings after the update is applied.
  - `settings` CWObjectOrganizationSettings — Organization-wide settings managed through the AI Object Storage API.
    - `controlPlaneAuditLoggingEnabled` boolean — When `true`, audit logging is enabled for control-plane operations.
    - `bucketAuditLoggingEnabled` boolean — When `true`, audit logging is enabled by default for every bucket in the organization.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/coreweave/apis/coreweave-telemetry-relay-api.md) · [All operations](https://skmtc.dev/coreweave/apis/coreweave-telemetry-relay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coreweave/coreweave-telemetry-relay-api/revisions/3b98ea4fe0c3/schema)
