---
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

---

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