---
title: "Update current organization"
method: PATCH
path: "/api/v1/org/client"
tags: ["organization"]
---

# Update current organization

`PATCH /api/v1/org/client`

Update the current user's organization details.

RLS: Filtered to current client (ClientRLSDB).

## Request body

- ClientUpdateRequest — Request schema for updating a client.
  - `can_auto_join_by_domain` boolean, nullable
  - `domain` string, nullable
  - `logo_url` string, nullable
  - `members_must_have_matching_domain` boolean, nullable
  - `name` string, nullable
  - `tenancy_type` 'row' | 'database' | 'none' — Type of tenancy for a client.

## Response `200`

Successful Response

- ClientResponse — Response schema for a client/organization.
  - `can_auto_join_by_domain` boolean, required
  - `created_at` string, date-time, required
  - `domain` string, nullable
  - `id` string, uuid, required
  - `logo_url` string, nullable
  - `members_must_have_matching_domain` boolean, required
  - `name` string, required
  - `tenancy_type` 'row' | 'database' | 'none', required — Type of tenancy for a client.
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-01-29** `5f4f08ff6556` — 1 warning, 4 info
  - removed the optional property `detail` from the response with the `422` status
  - added the optional property `errors` to the response with the `422` status
  - added the required property `code` to the response with the `422` status
  - added the required property `message` to the response with the `422` status
  - …1 more

[Change history](https://skmtc.dev/kater-ai/apis/kater-api/changes/api/v1/org/client/patch.md)

---

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