---
title: "Transfer User Content"
method: POST
path: "/v1/transferUserContent"
tags: ["Transfer Content"]
---

# Transfer User Content

`POST /v1/transferUserContent`

Transfers ownership of a user's Lucid documents, folders, custom shape libraries, and Lucidscale objects to another user on the same account. The recipient gains ownership and edit/share permissions for team folders the original owner could access. Notification emails are sent to both users upon completion.

## Request body

- object
  - `fromUser` string, email, required — Email of the user whose content will be transferred.
  - `toUser` string, email, required — Email of the user the content will be transferred to.

## Response `204`

No Content when ownership is successfully transferred.

## Other responses

- `400` — Bad Request when the `fromUser` and `toUser` are the same.
- `403` — Forbidden when the users do not exist or are not on the authenticated account.
- `429` — Too Many Requests if the account makes more than 30 requests in 5 seconds.

---

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