---
title: "Reset Password"
method: PATCH
path: "/profile/reset-password"
tags: ["Profile"]
---

# Reset Password

`PATCH /profile/reset-password`

Updates the password for the logged in user.

## Request body

- object
  - `current_password` string, required
  - `new_password` string, required

## Response `200`

OK

- MessageResponse
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
