---
title: "Transfer a project to another user"
method: POST
path: "/api/v3/projects/{id}/transfer"
tags: ["projects"]
---

# Transfer a project to another user

`POST /api/v3/projects/{id}/transfer`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- ProjectTransferProject — Schema for project transfer
  - `user_id` integer — User id which must be authorized to transfer

## Response `200`

Successful response

---

[API](https://skmtc.net/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.net/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/versions/66ee1c20b92d/schema)
