post https://api.dev.medable.com//v2/accounts/request-password-reset
Request a password reset via email
This endpoint would typically be used when a user is trying to login but cannot remember his/her password. They can simply enter their email address associated with the account (which gets passed into this endpoint) and an email will be automatically generated by Medable with the proper link to set a new password.
Example:
- Request Password Reset gets called
- Medable sends the email with a one-time secure reset password token (string)
- The user opens that email and clicks a link which has this token as a url parameter
- User gets navigated to a Medable web GUI for setting the new password
NoteYou can override the destination link in part 4 to be your own page on your own domain for app look and feel consistency.