Skip to main content
POST
Generate password reset code

Body

application/json
email
string<email>
required

Email address of the user

Example:

"john.doe@domain.com"

Response

Reset code generated and sent successfully

success
boolean
Example:

true

message
string
Example:

"Reset code sent to email"