v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

migrateUserToEndCustomerOps end_customer

ops endpoint to migrate one user to a different end customer

put/ops/end-customers/migrate-user/{user_id}

Path parameters

user_idstring regexp required

end-user ID

Example:739b63c2-9e58-4964-b38d-4ebb424de242

end-user ID

Request body

destination_idstring regexp required

Destination end-customer ID

source_idstring regexp

Source end-customer ID

Example request

{
  "destination_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "source_id": "739b63c2-9e58-4964-b38d-4ebb424de242"
}

Response

OK response.