---
title: "Transfer Organization Ownership"
method: POST
path: "/v0/organizations/{organization_id}/transfer-ownership"
tags: ["Organizations"]
---

# Transfer Organization Ownership

`POST /v0/organizations/{organization_id}/transfer-ownership`

Transfer organization ownership to another member.

Only the current owner can transfer ownership.
The new owner must already be a member of the organization.

Changes applied:
- org.owner_id → new_owner_id
- new_owner's role → Owner
- old_owner's role → Admin

## Path parameters

- `organization_id` integer, required

## Request body

- OrganizationOwnershipTransfer — Schema for transferring organization ownership.
  - `new_owner_id` string, required

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