vk_get_username_99fb060909c5
Retrieve a user's avatar image from Vikunja by providing the username and optional size. Returns the avatar as an image for display in your application.
Instructions
User Avatar. Raw Vikunja REST proxy for GET /{username}/avatar. Returns the user avatar as image. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is not required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | The size of the avatar you want to get. If bigger than the max configured size this will be adjusted to the maximum size. Optional. | |
| username | No | The username of the user who's avatar you want to get Required. |