---
title: "Change Password"
method: POST
path: "/platform/adminuser/accounts/{userId}/Change-Password"
tags: ["AdminUser"]
---

# Change Password

`POST /platform/adminuser/accounts/{userId}/Change-Password`

Change a password

## Path parameters

- `userId` string, required

## Query parameters

- `responseFields` string

## Request body

- AdminUserPasswordInfo — Old password and new password.
  - `newPassword` string, nullable, required — New password.
  - `oldPassword` string, nullable, required — Old password.

## Response `200`

OK

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
