v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Customer - Account

Change user picture information

put/v2/user/customer/account/profilePictureInfo

Request body

profilePictureUrlstring

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.

Example request

{
  "profilePictureUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Marlon_Brando_%28cropped%29.jpg/220px-Marlon_Brando_%28cropped%29.jpg",
  "profilePictureSelected": "initials"
}

Response

User profile picture information saved.