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

# Retrieves the user profile for a specified user.

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

Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user.

The userId parameter specified in the endpoint must match the authenticated user's user ID and the user must be a member of the specified account.

## Path parameters

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

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