Last updated 10 months ago
Was this helpful?
Transfer ownership of a project to another user.
/api/{projectId}/collaborators/transfer-ownership
Project ID
Username or e-mail address
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/collaborators/transfer-ownership' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"usernameOrEmail":"text"}'
{ "success": true, "error": "text" }