---
title: "PUT /api/v1/Users/{id}/changepassword"
method: PUT
path: "/api/v1/Users/{id}/changepassword"
tags: ["Users"]
---

# PUT /api/v1/Users/{id}/changepassword

`PUT /api/v1/Users/{id}/changepassword`

## Path parameters

- `id` string, required

## Request body

- UserChangePassword
  - `userId` string, nullable
  - `id` string, nullable
  - `oldPassword` string, nullable
  - `newPassword` string, nullable

## Response `200`

Success

- boolean

---

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