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

# Retrieves the custom user settings for a specified user.

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

Retrieves a list of custom user settings for a single user.

Custom settings provide a flexible way to store and retrieve
custom user information that can be used in your own system.

**Note:** Custom user settings are not the same as user account
settings.


If the custom user settings you want to retrieve are grouped, you
must include the `X-DocuSign-User-Settings-Key` header
in the request:

`X-DocuSign-User-Settings-Key:group_name`

Where the `group_name` is your designated name for the group of
customer user settings.

If the `X-DocuSign-User-Settings-Key` header is not included, only the custom
user settings that were added without a group are retrieved.

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