Developers

Upload a profile picture

POST
/user/picture/{id}

Upload a profile picture, get urls to miniatures on CDN

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

UserPictureUpload identifier

Request Body

multipart/form-data

The new UserPictureUpload resource

TypeScript Definitions

Use the request body type in TypeScript.

file?string

Response Body

curl -X POST "https://example.com/user/picture/string"
{  "pictureSm": "string",  "pictureLg": "string",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"}