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:

"019f985c-922e-789d-8749-05eea7c2a7c7"

destination_workspace_id
string
required

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

Example:

"019f985c-922e-789d-8749-05efb469feda"

Response

Default Response

status
enum<string>
Available options:
success
Example:

"success"