---
title: "Update Organization"
method: PATCH
path: "/v0/organizations/{organization_id}"
tags: ["Organizations"]
---

# Update Organization

`PATCH /v0/organizations/{organization_id}`

Update an organization.

Requires org:write permission.
Note: To change owner, use the transfer-ownership endpoint.

## Path parameters

- `organization_id` integer, required

## Request body

- OrganizationUpdate — Schema for updating an organization.
  - `name` string, nullable
  - `timezone` string, nullable

## Response `200`

Successful Response

- OrganizationResponse — Schema for organization response.
  - `id` integer, required
  - `name` string, required
  - `owner_id` string, required
  - `image` string, nullable
  - `timezone` string, nullable
  - `free_trial` boolean
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
