---
title: "Transfers assets from one user to another"
method: POST
path: "/api/2.0/users/assets/transfer"
tags: ["User Management API"]
---

# Transfers assets from one user to another

`POST /api/2.0/users/assets/transfer`

## Request body

- TransferRequest
  - `sourceUserId` integer, required — Id of user to transfer assets from.
  - `destinationUserId` integer, required — Id of user to transfer assets to.

## Response `200`

Success

- ApiMessage — Response status
  - `message` string — Message
  - `documentation` string — Link to documentation

## Other responses

- `401` — User is not authenticated
- `403` — User is not allowed to access this resource
- `500` — Error during processing

---

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