v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062438211.0 KB
Client Personal Cabinet

Update Online Booking User Data

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

put/booking/user

Headers

Acceptstring required

e.g. application/vnd.api.v2+json

Content-Typestring required

application/json

Authorizationstring required

Bearer partner_token, User user_token

Request body

namestring

Name

emailstring

mail

phonestring

Phone number

confirmation_codestring

SMS confirmation code (when changing phone number)

Example request

{
  "name": "James Smith",
  "email": "j.smith@example.com",
  "phone": "+13155550175",
  "confirmation_code": "1234"
}

Response

Accepted