Last updated 12 months ago
Was this helpful?
Transfer ownership of a project to another user.
Project ID
Username or e-mail address
POST /v1/api/{projectId}/collaborators/transfer-ownership HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 26 { "usernameOrEmail": "text" }
OK
{ "success": true, "error": "text" }