POST
/
api-user-request-reset-password
Request reset password
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api-user-request-reset-password \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{
  "success": true,
  "error": "<string>"
}

Body

application/json
email
string
required

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

error
string

Optional error description (set if 'success' was false)