---
title: "Transfer all documents ownership"
method: PATCH
path: "/public/v1/documents/ownership"
tags: ["Documents"]
---

# Transfer all documents ownership

`PATCH /public/v1/documents/ownership`

This method transfers ownership of all documents from one member to another.

## Request body

- DocumentTransferAllOwnershipRequest
  - `from_membership_id` string — A unique identifier of a workspace member from whom you want to transfer ownership.
  - `to_membership_id` string — A unique identifier of a workspace member to whom you want to transfer ownership.

## Response `204`

No content

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `404` — Not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
