---
title: "Get profile photo"
method: GET
path: "/users/{id}/profile-photo"
tags: ["Users"]
---

# Get profile photo

`GET /users/{id}/profile-photo`

Returns the profile photo binary content for the specified user.
The response includes the raw file content and its MIME type.

## Path parameters

- `id` integer, required

## Response `200`

Profile photo returned

- object
  - `message` string
  - `data` object
    - `content` string, byte — Base64-encoded file content
    - `type` string — MIME type

## Other responses

- `404` — No profile photo found
- `500` — Internal server error

## Changes

- **2026-07-13** `d86d0bf8bebe` — 3 info
  - api operation id `getUserProfilePhoto` was added
  - api tag `Users` added
  - api tag `Users - Profile Photo` removed
- **2026-07-13** `655215fe8c81` — 3 info
  - api operation id `getUserProfilePhoto` removed and replaced with ``
  - api tag `Users - Profile Photo` added
  - api tag `Users` removed
- **2026-06-22** `5878ba786a89` — 3 info
  - api operation id `getUserProfilePhoto` was added
  - api tag `Users` added
  - api tag `Users - Profile Photo` removed
- **2026-04-21** `55cdc040840c` — 6 info
  - api operation id `getUserProfilePhoto` removed and replaced with ``
  - api tag `Users - Profile Photo` added
  - api tag `Users` removed
  - added the media type `application/json` for the response with the status `200`
  - …2 more
- **2026-04-05** `c419b1e72a65` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/users/:id/profile-photo/get.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/3b138b306b5b/schema)
