---
title: "Retrieves a person's profile image."
method: GET
path: "/dx/api/people/v1/image/profile/{id}"
tags: ["People / Images and media"]
---

# Retrieves a person's profile image.

`GET /dx/api/people/v1/image/profile/{id}`

Fetches the profile image for a specified user. Requires user authentication.

## Response `200`

Profile image retrieved successfully.

## Other responses

- `401` — Unauthorized. The request is missing a valid session.
- `404` — Profile image not found.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/versions/2267cfc94cf0/schema)
