Users Forgot Password

This API endpoint is used to request a password reset.

📘

A password reset link is sent

When a user requests a lost password, an email is sent with the reset password link.

This link is related to the website URL for the Ordering project that requests the lost password.

Using Ordering SDK

const response = await ordering.users().forgotPassword({email: email});
Language
Click Try It! to start a request and see the response here!