Reset Password

Reset the password for a user.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api-user-reset-password \
  --header 'content-type: application/json' \
  --data '{"email":"string","code":"string","newPassword":"string"}'

Last updated

Was this helpful?