---
title: "Move call to another group within the same account"
method: POST
path: "/call/move"
tags: ["call"]
---

# Move call to another group within the same account

`POST /call/move`

Transfers a call record from one organizational group to another within the same account. Used for reorganizing call data and correcting misrouted call assignments.

## Request body

- CallMoveRequest
  - `call_id` integer, required — Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).
  - `org_unit_id` integer, required — Organization unit (group) ID. Integer. Same concept as group_id; used in newer endpoints.

## Response `200`

Confirmation of call transfer with result status

- StandardPostResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `data` string, required — Response payload. Shape varies by endpoint.
  - `entry_count` integer, required — The sequential number of the entry in the submitted array. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

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