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

# Update Online Booking User Data

`PUT /booking/user`

Updating a team member’s data in online booking.

 When updating a phone number, the confirmation_code field must be included in the request. This code should be obtained using the [SMS confirmation code of the phone number to change
data](#operation/Send%20SMS%20code%20confirmation%20number%20phone%20for%20change%20data)

## Headers

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

## Request body

- BookingUserUpdateInfoRequestDataTypes — Updating User Data in Online Booking
  - `name` string — Name
  - `email` string — mail
  - `phone` string — Phone number
  - `confirmation_code` string — SMS confirmation code (when changing phone number)

## Response `202`

Accepted

## 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)
