Transfer Ownership Organization

Transfer ownership of a project to another organization.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/collaborators/transfer-ownership-org \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"organizationId":0}'

Last updated

Was this helpful?