Add A Collaborator To A Project Within An Organisation

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

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/add-project-collaborator \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"projectId":0,"userId":0}'

Last updated

Was this helpful?