Productsup
CDE APIApi referenceMigrations

Transfer resources to another user

Transfer resources to another user.

Sign in to run requests against the CDE API.
POST
/handover

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/handover" \  -H "Content-Type: application/json" \  -d '{    "from": "019e6e74-e8e7-70d9-a32b-b18e84ffd892",    "to": "019e6e74-e8e8-716c-b22c-d8ea27d2100c"  }'
{
  "message": "All resources have been transferred to the new user."
}
{
  "message": "You have to be authorized to access this resource."
}

How is this guide?