---
title: "Change Password"
method: POST
path: "/auth/change-password"
tags: ["Auth"]
---

# Change Password

`POST /auth/change-password`

Set a new password for the currently authenticated user.

Only available to password-login accounts; SSO accounts have no password.

## Request body

- ChangePasswordRequest — Request from an authenticated user to set a new password
  - `new_password` string, required — New password

## Response `200`

Successful Response

- AppAuthSchemasMessageResponse — Generic message response
  - `message` string, required — Message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
