Invite Member

Invite a member to an organization.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/invite \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"email":"string","role":"admin","datasets":["string"]}'

Last updated

Was this helpful?