Add a collaborator to a project within an organisation

Add a collaborator to a project within an organisation

post

Add a new collaborator to a project owned by an organisation.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body
projectIdintegerRequired

The ID of the project to add the collaborator to.

userIdintegerRequired

The user ID to add to the project. The user must be an admin of the organization.

Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/add-project-collaborator HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 26

{
  "projectId": 1,
  "userId": 1
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?