Move accounts between workspaces
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.
Documentation Index
Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Array of email addresses of the accounts to move
1Email address of the account to move
ID of the source workspace (the workspace that the accounts are currently in)
"019e3bd1-b4b7-7ef4-a39a-5d6dc8a6cc6a"
ID of the destination workspace (the workspace that the accounts will be moved to)
"019e3bd1-b4b7-7ef4-a39a-5d6e104b8d08"
Response
Default Response
success "success"