---
title: "Create new user password"
method: POST
path: "/api/auth/password"
tags: ["auth"]
---

# Create new user password

`POST /api/auth/password`

Create new user password

## Request body

- object
  - `currentPassword` string
  - `newPassword` string

## Response `200`

New password saved successfully

- object
  - `status` object
    - `code` integer

## Other responses

- `400` — Email address allready in use

## Changes

- **2018-08-20** `3ff54b27e8aa` — 1 info
  - the endpoint scheme security `oAuth2` was added to the API
- **2018-08-20** `ba36cd387928` — 1 info
  - the endpoint scheme security `oAuth2` was removed from the API

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/auth/password/post.md)

---

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