---
title: "Updates configuration information for the eNote eOriginal integration."
method: PUT
path: "/v2.1/accounts/{accountId}/settings/enote_configuration"
tags: ["ENoteConfigurations"]
---

# Updates configuration information for the eNote eOriginal integration.

`PUT /v2.1/accounts/{accountId}/settings/enote_configuration`

## Path parameters

- `accountId` string, required

## Request body

- ENoteConfiguration — This object contains information used to configure [eNote][eNote] functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly. [eNote]: https://support.docusign.com/s/document-item?bundleId=pik1583277475390&topicId=tsn1583277394951.html
  - `apiKey` string
  - `connectConfigured` string — When **false,** the user must configure Connect and eOriginal for the integration to work.
  - `eNoteConfigured` string — When **false,** the user must configure eNote for the feature to work. **Note:** In the account settings, `allowENoteEOriginal` must be **true** to make changes to the configuration.
  - `organization` string — The name of the organization.
  - `password` string — The user's password. This property is used only when adding a new user via a [Users: create](/docs/esign-rest-api/reference/users/users/create/) request. The value must conform to the password rules defined in the account [Security Settings](https://apps-d.docusign.com/admin/authenticate?goTo=securityInfo). This property is not returned by `GET` requests and cannot be updated via `PUT` requests.
  - `userName` string — The user's username.

## 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/versions/77f1998c313d/schema)
