cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/add-project-collaborator \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "projectId": 123, "userId": 123 }'
{ "success": true, "error": "<string>" }
Add a new collaborator to a project owned by an organisation.
Organization ID
OK
The response is of type object.
object