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://cde.staging.productsup.com/handover" \  -H "Content-Type: application/json" \  -d '{    "from": "019e16f3-7267-7164-9ea3-10183f6c675d",    "to": "019e16f3-7267-7f70-9ea3-10183f9c6e48"  }'
{
  "message": "All resources have been transferred to the new user."
}
{
  "message": "You have to be authorized to access this resource."
}

How is this guide?