---
title: "Save user personal information"
method: PUT
path: "/v2/user/customer/account/personalInfo"
tags: ["Customer - Account"]
---

# Save user personal information

`PUT /v2/user/customer/account/personalInfo`

## Request body

- PersonalInfo
  - `lastName` string, required — Your last name
  - `firstName` string, required — Your first name
  - `phoneNumber` string, required — Your phone number
  - `whatIDo` string — Your role in your company
  - `beezUPTimeZoneId` integer, required — The time zone identifier based on the list of values /v2/user/lov/BeezUPTimeZone

## Response `204`

User account information updated

## Other responses

- `400` — Bad Request
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
