Start a password reset

Starts a password reset.

IMPORTANT: To reset a user password, first is required to send a POST to request an email to be sent to the user’s email with a link for the user to click on, so as to verify that they requested this password change.

SecurityZephrHmacHttp
Request
Request Body schema: application/json
required
object
siteSlug
required
string

The slug of the site where the user account is registered.

Responses
200

OK - The password reset flow has been started successfully

400

Bad Request - Incorrect payload was submitted

404

Not Found - Site not found with the supplied siteSlug, or user not found with the supplied email address

post/v4/users/reset
Request samples
application/json
{
  • "identifiers": {
    },
  • "siteSlug": "my-site"
}