Request reset password

Request reset password

post

Request a password reset link for a user.

Body
emailstringRequired
Responses
200
OK
application/json
post
POST /v1/api-user-request-reset-password HTTP/1.1
Host: studio.edgeimpulse.com
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?