/
/Vikunja API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 4h ago
admin8
api4
assignees4
auth6
filter4
labels9
migration19
project23
service1
sharing14
subscriptions4
task26
team8
testing2
user27
  • getGet user information
  • postConfirm the email of a new user
  • postAbort a user deletion request
  • postConfirm a user deletion request
  • postRequest the deletion of the user
  • getGet current user data export
  • postDownload a user data export.
  • postRequest a user data export.
  • postChange password
  • postResets a password
  • postRequest password reset token
  • getReturn user avatar setting
  • postSet the user's avatar
  • putUpload a user avatar
  • postUpdate email address
  • postChange general user settings of the current user.
  • getReturns the caldav tokens for the current user
  • putGenerate a caldav token
  • deleteDelete a caldav token by id
  • getTotp setting for the current user
  • postDisable totp settings
  • postEnable a previously enrolled totp setting.
  • postEnroll a user into totp
  • getTotp QR Code
  • getGet all available time zones on this vikunja instance
  • getGet users
  • getUser Avatar
webhooks10
    user

    User Avatar

    Returns the user avatar as image.

    get/{username}/avatar

    Path parameters

    usernamestring required

    The username of the user who's avatar you want to get

    Query parameters

    sizeinteger

    The size of the avatar you want to get. If bigger than the max configured size this will be adjusted to the maximum size.

    Response

    The avatar

    Changes