---
title: "Update Organization"
method: PUT
path: "/organizations/{organization_id}"
---

# Update Organization

`PUT /organizations/{organization_id}`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationUpdate
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `flags` object, nullable
  - `updated_at` string, nullable

## Response `200`

Successful Response

- EeSrcModelsApiOrganizationModelsOrganization
  - `id` string, uuid, required
  - `slug` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `flags` object, nullable
  - `tags` object, nullable
  - `meta` object, nullable
  - `owner_id` string, uuid, required
  - `members` string[]
  - `invitations` unknown[]
    - unknown
  - `workspaces` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `72fe88316d15` — 1 breaking, 15 info
  - the response's body type changed from no type to `object` for status `200`
  - added the new optional request property `flags`
  - added the new optional request property `slug`
  - added the optional property `description` to the response with the `200` status
  - …12 more
- **2025-06-27** `e3e84db47198` — 3 breaking, 13 warning, 1 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `id` from the response with the `200` status
  - removed the required property `owner_id` from the response with the `200` status
  - removed the request property `flags`
  - …13 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/:organization_id/put.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/8fcd55a5a656/schema)
