---
title: "Update Organization"
method: POST
path: "/auth/organization/update"
tags: ["Organization Management"]
---

# Update Organization

`POST /auth/organization/update`

Update an organization

## Request body

- object
  - `data` object, required
    - `description` string, nullable
    - `name` string — The name of the organization
    - `slug` string — The slug of the organization
    - `logo` string, nullable — The logo of the organization
    - `metadata` object — The metadata of the organization
  - `organizationId` string — The organization ID. Eg: "org-id"

## Response `200`

Success

- unknown

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `9d1da42c10ce` — 2 info
  - the request property `data/description` became nullable
  - the request property `data/logo` became nullable
- **2026-08-24** `200744ae0bef` — 8 breaking
  - the request property `data/description` became not nullable
  - the request property `data/logo` became not nullable
  - the request property `data/metadata` became not nullable
  - the request property `data/name` became not nullable
  - …4 more
- **2026-08-24** `08bbb5bedb5d` — 7 breaking, 7 info
  - the request property `data/description` became not nullable
  - the request property `data/logo` became not nullable
  - the request property `data/metadata` became not nullable
  - the request property `data/name` became not nullable
  - …10 more
- **2026-07-11** `32cece1ebe43` — 3 breaking, 4 warning, 1 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `slug` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - …4 more
- **2026-03-05** `c45ef22a736c` — 6 info
  - the request property `data/description` became nullable
  - the request property `data/logo` became nullable
  - the request property `data/metadata` became nullable
  - the request property `data/name` became nullable
  - …2 more

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/update/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
