Create Or Login A User

Login as a user as a third-party authentication provider. If the user does not exists, it's automatically created. You can only log in as users that were previously created by you.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/third-party-auth/{authId}/login \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"Jan Jongboom","username":"janjongboom","email":"[email protected]","projectName":"string","privacyPolicy":true}'

Last updated

Was this helpful?