---
title: "Get quantity of items to transfer"
method: POST
path: "/crm/v1/transfers/quantity"
tags: ["transfers"]
---

# Get quantity of items to transfer

`POST /crm/v1/transfers/quantity`

Calculates how many CRM items would be transferred between users. Call this before initiating a transfer.

## Request body

- object
  - `from_user_id` integer
  - `to_user_id` integer
  - `entity_types` string[]

## Response `200`

OK

- object

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/versions/f80578d43845/schema)
