---
title: "create"
method: POST
path: "/api/v1/users/password"
tags: ["API::V1::Password"]
---

# create

`POST /api/v1/users/password`

## Request body

- object
  - `email` string, required

## Response `200`

does not fail

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `404` — does not return a successful response

---

[API](https://skmtc.dev/rootstrap/apis/rails-api-base.md) · [All operations](https://skmtc.dev/rootstrap/apis/rails-api-base/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rootstrap/rails-api-base/revisions/5b193a22afbc/schema)
