Skip to main content
POST
Migrate Squad Users

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to migrate users between squads.

source_uuid
string
required
target_uuid
string
required

Response

Successful Response

Response after migration.

success
boolean
required
message
string | null
error
string | null
data
MigrationStats · object | null

Migration statistics.