---
title: "ChangePassword"
method: POST
path: "/ldap/user/{user}/password"
tags: ["Password"]
---

# ChangePassword

`POST /ldap/user/{user}/password`

Change user password.

## Path parameters

- `user` string, required

## Request body

- ChangePasswordRequest
  - `data` object
    - `pass` string — Actual Password
    - `newPass` string — New Password

## Response `200`

Ok

---

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