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
Example request
{
"name": "James Smith",
"email": "j.smith@example.com",
"phone": "+13155550175",
"confirmation_code": "1234"
}Response
Accepted