---
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

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/ce92a5e2d085/schema)
