Skip to main content
PUT
/
v0
/
user
/
me
/
profile-picture
Upload User Profile Picture
curl --request PUT \
  --url https://api.sumvin.com/v0/user/me/profile-picture \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "_links": {},
  "profile_picture_url": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token from Authorization header (Bearer token)

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-juno-jwt
string | null
x-sumvin-token
string | null

Body

multipart/form-data
file
file
required

Response

Profile picture uploaded successfully

HAL-style hypermedia links for navigation.

profile_picture_url
string
required

Public URL of the uploaded picture.