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