Skip to main content
POST
Request password reset email

Body

application/json
email_address
string<email>
required

Email address of the account to reset. A reset link is sent if the account exists.

Example:

"alice@example.com"

Response

If the email exists, a reset link has been sent

is_success
boolean
required

Always true when the action completed successfully.

Example:

true