---
title: "Changes the password for the authenticated user."
method: POST
path: "/v1/user/passwords/change"
tags: ["Accounts"]
---

# Changes the password for the authenticated user.

`POST /v1/user/passwords/change`

The current password is needed for verification that the password can be changed.

## Request body

- RobloxAuthenticationApiModelsPasswordChangeModel
  - `currentPassword` string
  - `newPassword` string
  - `secureAuthenticationIntent` RobloxAuthenticationApiModelsRequestSecureAuthenticationIntentModel
    - `clientPublicKey` string
    - `clientEpochTimestamp` integer
    - `saiSignature` string
    - `serverNonce` string

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — Roblox.Web.Authentication.Passwords.PasswordResponseCodes.InvalidCurrentPassword OR Roblox.Web.Authentication.Passwords.PasswordResponseCodes.InvalidPassword
- `401` — 0: Authorization has been denied for this request.
- `403` — Roblox.Web.Authentication.Passwords.PasswordResponseCodes.PinLocked 0: Token Validation Failed
- `429` — Roblox.Web.Authentication.Passwords.PasswordResponseCodes.Flooded

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/user/passwords/change/post.md)

---

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