---
title: "Transfer document ownership"
method: PUT
path: "/api/v1/documents/{identifier}/transfer-ownership"
tags: ["Documents"]
---

# Transfer document ownership

`PUT /api/v1/documents/{identifier}/transfer-ownership`

## Path parameters

- `identifier` string, required — Document identifier (either document ID or identifier slug)

## Request body

- DocumentsTransferOwnershipBody
  - `userId` string, uuid, required — Membership ID of the new owner

## Response `200`

Ownership transferred successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Invalid user ID
- `401` — Authentication required
- `403` — Permission denied - MANAGER role or owner required
- `404` — Document or user not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/4701f292c621/schema)
