---
title: "Forgot password"
method: POST
path: "/users/forgot_password"
tags: ["Users"]
---

# Forgot password

`POST /users/forgot_password`

## Query parameters

- `token` string, string, required

## Request body

- ForgotPasswordUser
  - `email` string, string

## Response `200`

Forgot password request sent successfully

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/versions/d716960b8cd5/schema)
