Retrieves the custom user settings for a specified user.
GET {{baseUrl}}/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.
Getting Grouped Custom User Settings
If the custom user settings you want to retrieve are grouped, you must include the following information in the header, after Content-Type, 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 extra header information is not included, only the custom user settings that were added without a group are retrieved.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |