---
title: "PUT /V1/users/{userId}/passwords"
method: PUT
path: "/V1/users/{userId}/passwords"
tags: ["UserAccount"]
---

# PUT /V1/users/{userId}/passwords

`PUT /V1/users/{userId}/passwords`

## Path parameters

- `userId` string, required

## Request body

- BetConstructSSOAuthAPIViewModelsUserAccountViewModelsChangePasswordViewModel
  - `password` string, required
  - `passwordConfirmation` string, required
  - `currentPassword` string, required
  - `twoFaCode` string, nullable

## Response `200`

Success

---

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