Last updated 11 months ago
Was this helpful?
Reset the password for a user.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api-user-reset-password' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "code": "text", "newPassword": "text" }'
{ "success": true, "error": "text" }