Create User

Create a new user and project

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api-user-create \
  --header 'content-type: application/json' \
  --data '{"name":"Jan Jongboom","username":"janjongboom","email":"[email protected]","password":"string","projectName":"string","privacyPolicy":true,"activationToken":"string","identityProvider":"string"}'

Last updated

Was this helpful?