---
title: "Transfer Account Ownership"
method: POST
path: "/accounts/{id}/transfer_ownership"
tags: ["Accounts"]
---

# Transfer Account Ownership

`POST /accounts/{id}/transfer_ownership`

Transfers ownership of the account to another user, identified by user ID or email address. If the recipient already holds the owner role, ownership moves immediately; otherwise they get an invite and ownership moves when they accept.

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `as_partner` boolean — If true, the current owner is credited as the account's Whop partner, earning partner commission on its sales. Requires the current owner to already be an enrolled Whop partner. Skipped if the account already has an active partner.
  - `identifier` string, required — The user to transfer ownership to: a user ID (`user_*`) or an email address. An email address with no Whop account yet is sent an invite to create one.

## Response `200`

Ownership transferred.

- object
  - `success` boolean, required

## Other responses

- `201` — Ownership transfer invite sent — the recipient must accept before ownership moves.
- `403` — Forbidden
- `409` — Conflict

---

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