---
title: "Update Online Booking User Password"
method: PUT
path: "/booking/user/password"
tags: ["Client Personal Cabinet"]
---

# Update Online Booking User Password

`PUT /booking/user/password`

Updating the password of an online booking user.

The response comes with a new user token.

## Headers

- `Accept` string, required
- `Content-Type` string, required
- `Authorization` string, required

## Request body

- BookingUserUpdatePasswordRequestDataTypes — Online Booking User Password Update
  - `old_password` string — Current Password
  - `new_password` string — New password

## Response `200`

OK

- BookingUserUpdatePasswordResponseDataTypes — Online Booking User Password Update
  - `success` boolean — Execution success status (true)
  - `data` object — Object with data
    - `user_token` string — New User-token of the user
  - `meta` object[] — Metadata (empty array)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/alteg/apis/online-booking.md) · [All operations](https://skmtc.net/alteg/apis/online-booking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/online-booking/versions/623dc683246f/schema)
