---
title: "Get a person's profile picture URL (legacy)"
method: GET
path: "/api/v4/person/profile-picture-url/{personId}"
tags: ["Persons"]
deprecated: true
---

# Get a person's profile picture URL (legacy)

`GET /api/v4/person/profile-picture-url/{personId}`

> **Deprecated.**

Deprecated. Use `GET /api/v4/persons/{personId}/profile-picture-url` instead. Returns the profile picture URL for the person identified by `personId` as plain text.

## Path parameters

- `personId` string, required

## Response `200`

Successful response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
