---
title: "Update Organisation"
method: PATCH
path: "/me/organisations/{organisation_id}"
tags: ["User API"]
---

# Update Organisation

`PATCH /me/organisations/{organisation_id}`

Rename an organisation.

## Path parameters

- `organisation_id` string, required

## Request body

- UpdateOrganisationRequest — Request body to rename an organisation.
  - `name` string, required

## Response `200`

Successful Response

- Organisation — An organisation. Its id is the scope key used by every scoped table.
  - `id` string, required
  - `name` string, required
  - `owner_user_id` string, required
  - `is_personal` boolean
  - `archived` boolean
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-31** `72e064594fc8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/organisations/:organisation_id/patch.md)

---

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