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

# Update Organization

`POST /organization/update`

Update an organization

## Request body

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

## Response `200`

Success

- Organization
  - `id` string
  - `name` string, required
  - `slug` string, required
  - `logo` string
  - `createdAt` string, date-time, required
  - `metadata` string
  - `description` string

## Other responses

- `400` — Bad Request. Usually due to missing parameters, or invalid parameters.
- `401` — Unauthorized. Due to missing or invalid authentication.
- `403` — Forbidden. You do not have permission to access this resource or to perform this action.
- `404` — Not Found. The requested resource was not found.
- `429` — Too Many Requests. You have exceeded the rate limit. Try again later.
- `500` — Internal Server Error. This is a problem with the server that you cannot fix.

## Changes

- **2026-03-04** `75fa2e827d27` — 3 info
  - api operation id `updateOrganization` was added
  - api tag `Organization Management` added
  - api tag `Organization` removed
- **2026-03-04** `298877d6a79a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/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/75fa2e827d27/schema)
