---
title: "Change user picture information"
method: PUT
path: "/v2/user/customer/account/profilePictureInfo"
tags: ["Customer - Account"]
---

# Change user picture information

`PUT /v2/user/customer/account/profilePictureInfo`

## Request body

- ProfilePictureInfo
  - `profilePictureUrl` string — Indicate the url of your picture profil
  - `profilePictureSelected` 'gravatar' | 'initials' | 'uploaded', required — Your profile picture choice about usage of gravatar picture, initials picture or uploaded picture.

## Response `204`

User profile picture information saved.

## Other responses

- `400` — BadRequest (Url invalid)
- `413` — The picture size is too large
- `415` — The content type of the image must be an image
- `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)
