Skip to main content

Upload avatar

PUT 

https://app.tolgee.io/v2/user/avatar

Upload avatar

Request

Body

    avatar binaryrequired

Responses

OK

Schema
    id int64required
    username stringrequired
    name string
    emailAwaitingVerification string
    mfaEnabled booleanrequired
    avatar object
    large stringrequired
    thumbnail stringrequired
    accountType stringrequired

    Possible values: [LOCAL, MANAGED, THIRD_PARTY]

    globalServerRole stringrequired

    Possible values: [USER, ADMIN]

    deletable booleanrequired
    needsSuperJwtToken booleanrequired

Authorization: http

name: JwtTokentype: httpscheme: bearerbearerFormat: JWT
curl -L -X PUT 'https://app.tolgee.io/v2/user/avatar' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Body
required
avatar
ResponseClear

Click the Send API Request button above and see the response here!