---
title: "Move accounts between workspaces"
method: POST
path: "/api/v2/accounts/move"
tags: ["Account"]
---

# Move accounts between workspaces

`POST /api/v2/accounts/move`

Move accounts between workspaces. IMPORTANT: this endpoint should be called ONLY with an ADMIN workspace API key (check the workspace group docs: https://developer.instantly.ai/workspace-group), and both the source and destination workspaces must have the same admin workspace.

## Request body

- object
  - `emails` string[], required — Array of email addresses of the accounts to move
  - `source_workspace_id` string, required — ID of the source workspace (the workspace that the accounts are currently in)
  - `destination_workspace_id` string, required — ID of the destination workspace (the workspace that the accounts will be moved to)

## Response `200`

Default Response

- object
  - `status` 'success'

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

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