---
title: "Get user avatar"
method: GET
path: "/users/{user_id}/avatar"
tags: ["User avatars"]
---

# Get user avatar

`GET /users/{user_id}/avatar`

Retrieves an image of a the user's avatar.

## Path parameters

- `user_id` string, required

## Response `200`

When an avatar can be found for the user the
image data will be returned in the body of the
response.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
