---
title: "Transfer organization ownership"
method: POST
path: "/api/orgs/{org_id}/transfer-ownership"
tags: ["v2", "orgs", "orgs"]
---

# Transfer organization ownership

`POST /api/orgs/{org_id}/transfer-ownership`

## Path parameters

- `org_id` string, required

## Request body

- TransferOwnershipRequest
  - `new_owner_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-07-09** `183f82172fec` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/orgs/:org_id/transfer-ownership/post.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/a8f415ca28ec?raw)
