---
title: "Forgot password"
method: POST
path: "/user/reset_password"
tags: ["user"]
---

# Forgot password

`POST /user/reset_password`

Start the process of forgot password. The user will receive in their email a link to go and reset the password. It can't be resetted by API or other applications other than zumba.com.

## Response `200`

User located and will be notified on how to proceed to reset the password.

- object
  - `message_sent` boolean — Shows if the email to reset password was sent.

## Other responses

- `404` — Username/Email not found.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
