---
title: "Request transfer"
method: POST
path: "/organization/request_transfer"
tags: ["Organizations"]
---

# Request transfer

`POST /organization/request_transfer`

Request transfer of the organization ownership to another user

## Request body

- object
  - `organization` object, required
    - `transfer_to_id` integer — The ID of the user to whom the organization will be transfered(if user accepts the transfer). Not required if `transfer_to_email` is provided.
    - `transfer_to_email` string, email — The email of the user to whom the organization will be transfered(if user accepts the transfer). Not required if `transfer_to_id` is provided.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

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