---
title: "POST /api/password/reset/"
method: POST
path: "/api/password/reset/"
tags: ["password"]
---

# POST /api/password/reset/

`POST /api/password/reset/`

Calls Django Auth PasswordResetForm save method.

Accepts the following POST parameters: email
Returns the success/fail message.

## Headers

- `X-Company` string

## Request body

- PasswordReset
  - `email` string, email, required

## Response `200`

- RestAuthDetail
  - `detail` string, required

---

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