---
title: "Update password"
method: POST
path: "/accounts/update-password"
tags: ["Accounts"]
---

# Update password

`POST /accounts/update-password`

## Headers

- `organization` string

## Request body

- UpdatePasswordInput
  - `oobCode` string, required
  - `password` string, required
  - `email` string, required

## Response `201`

Password updated

- ResponsePasswordChangedOutput
  - `success` boolean, required

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
