Skip to content
API referencePlatformProjects

Transfer_project_ownership

POST
/platform/v1/projects/{project_id}/transfer

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

project_id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/platform/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/transfer" \  -H "Content-Type: application/json" \  -d '{    "new_owner_user_id": "b88deb90-d878-48a3-885c-7eabcd5efdff"  }'
Empty
{  "detail": "Pool slug must be unique.",  "instance": "urn:forestvpn:trace:a1b2c3d4",  "title": "Validation Error",  "type": "https://fvpn.net/errors/validation"}