---
title: "Retrieves the user profile image for the specified user."
method: GET
path: "/v2.1/accounts/{accountId}/users/{userId}/profile/image"
tags: ["Users"]
---

# Retrieves the user profile image for the specified user.

`GET /v2.1/accounts/{accountId}/users/{userId}/profile/image`

Retrieves the user profile picture for the specified user.

The `userId` path parameter must match the authenticated user's user ID,
and the user must be a member of the specified account.

| Return value      | Meaning                                                                        |
| :---------------- | :----------------------------------------------------------------------------- |
| `200 OK`          | The response contains the profile image in the same format as it was uploaded. |
| `404 Not found`   | The user does not have a profile image.                                        |
| `400 Bad request` | There was an error in the request. The response has more information.          |

## Path parameters

- `accountId` string, required
- `userId` string, required

## Query parameters

- `encoding` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
