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