---
title: "Update Profile"
method: PATCH
path: "/v1/account/profile"
tags: ["Account"]
---

# Update Profile

`PATCH /v1/account/profile`

Update the identifiers for a shopper's profile (first name or last name).

## Headers

- `X-Publishable-Key` string

## Request body

- UpdateProfile — The profile fields that can be updated for a shopper.
  - `first_name` string — The given name of the person associated with this record.
  - `last_name` string — The surname of the person associated with this record.
  - `metadata` ShopperMetadata, nullable — A key-value pair object that allows users to store arbitrary information associated with an object. For any individual account object, we allow up to 50 keys. Keys can be up to 40 characters long and values can be up to 500 characters long. Metadata should not contain any sensitive customer information, like PII (Personally Identifiable Information). For more information about metadata, see our [documentation](https://help.bolt.com/developers/references/embedded-metadata/).
    - `additionalProperties` string

## Response `200`

Profile Updated

- ProfileView — The shopper's account profile.
  - `email` string, email — An email address.
  - `first_name` string — The given name of the person associated with this record.
  - `last_name` string — The surname of the person associated with this record.
  - `metadata` ShopperMetadata, nullable — A key-value pair object that allows users to store arbitrary information associated with an object. For any individual account object, we allow up to 50 keys. Keys can be up to 40 characters long and values can be up to 500 characters long. Metadata should not contain any sensitive customer information, like PII (Personally Identifiable Information). For more information about metadata, see our [documentation](https://help.bolt.com/developers/references/embedded-metadata/).
    - `additionalProperties` string
  - `name` string — The given and surname of the person associated with this address.
  - `phone` string — A phone number following E164 standards, in its globalized format, i.e. prepended with a plus sign.

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference/revisions/17eceacd5ce7/schema)
