Skip to main content
POST
Move accounts between workspaces

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
emails
string[]
required

Array of email addresses of the accounts to move

Minimum array length: 1

Email address of the account to move

source_workspace_id
string
required

ID of the source workspace (the workspace that the accounts are currently in)

Example:

"019fef96-7a91-704e-b757-58c98a83796a"

destination_workspace_id
string
required

ID of the destination workspace (the workspace that the accounts will be moved to)

Example:

"019fef96-7a91-704e-b757-58cae232c4a7"

Response

Default Response

status
enum<string>
Available options:
success
Example:

"success"