---
title: "Get user avatar"
method: GET
path: "/api/v1/users/{userUuid}/avatar/{contentHash}"
tags: ["My Account"]
---

# Get user avatar

`GET /api/v1/users/{userUuid}/avatar/{contentHash}`

Serve a user's avatar image. Content-addressed by hash, so responses
are immutable and cached by the browser indefinitely.

## Path parameters

- `userUuid` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)
- `contentHash` string, required

## Response `200`

Success

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
