---
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

## Changes

- **2023-11-27** `bf90c65dbe64` — 2 info
  - api tag `API::V1::Password` added
  - api tag `Api::V1::Password` removed
- **2023-10-24** `238ff9873a31` — 1 breaking, 3 info
  - removed the required property `errors` from the response with the `404` status
  - api tag `Api::V1::Password` added
  - api tag `API::V1::Password` removed
  - added the required property `error` to the response with the `404` status

[Change history](https://skmtc.dev/rootstrap/apis/rails-api-base/changes/api/v1/users/password/post.md)

---

[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)
