---
title: "Creates a BCC email archive configuration."
method: POST
path: "/v2.1/accounts/{accountId}/settings/bcc_email_archives"
tags: ["BCCEmailArchive"]
---

# Creates a BCC email archive configuration.

`POST /v2.1/accounts/{accountId}/settings/bcc_email_archives`

This method creates a BCC email archive configuration for an account (adds a BCC email address to the account for archiving the emails that Docusign generates).

The only property that you must set in the request body is the BCC email address that you want to use.

**Note:** An account can have up to five active and pending email archive addresses combined, but you must use this method to add them to the account one at a time. Each email address is considered a separate BCC email archive configuration.

## Path parameters

- `accountId` string, required

## Request body

- BccEmailArchive — This object contains information abut a BCC email archive configuration (a BCC email address used to archive Docusign-generated emails).
  - `accountId` string — The ID of the account that owns the BCC email archive configuration.
  - `bccEmailArchiveId` string — The ID of the BCC email archive configuration.
  - `created` string — The UTC DateTime when the BCC email archive configuration was created.
  - `createdBy` UserInfo
    - `accountId` string — The account ID associated with the envelope.
    - `accountName` string — The name on the account.
    - `activationAccessCode` string — Access code provided to the user to activate the account.
    - `email` string — The user's email address.
    - `errorDetails` ErrorDetails — This object describes errors that occur. It is only valid for responses and ignored in requests.
      - `errorCode` string — The code associated with the error condition.
      - `message` string — A brief message describing the error condition.
    - `ipAddress` string
    - `loginStatus` string — When **true,** indicates that the user is logged in. This is a read-only property.
    - `membershipId` string — The user's membership ID.
    - `sendActivationEmail` string — This field is no longer supported for most accounts. To create an eSignature user without sending an activation email, use the Admin API by following [these steps](/docs/admin-api/how-to/create-active-user/).
    - `uri` string — A URI containing the user ID.
    - `userId` string — The ID of the user to access.
    - `userName` string — The name of the user.
    - `userStatus` string — Status of the user's account. One of: - `ActivationRequired` - `ActivationSent` - `Active` - `Closed` - `Disabled`
    - `userType` string — The type of user, for example `CompanyUser`.
  - `email` string — The BCC email address to use for archiving Docusign messages. Example: customer_bcc@example.com
  - `emailNotificationId` string — The GUID of the activation email message sent to the BCC email address.
  - `modified` string — The UTC DateTime when the BCC email archive configuration was last modified.
  - `modifiedBy` UserInfo
    - `accountId` string — The account ID associated with the envelope.
    - `accountName` string — The name on the account.
    - `activationAccessCode` string — Access code provided to the user to activate the account.
    - `email` string — The user's email address.
    - `errorDetails` ErrorDetails — This object describes errors that occur. It is only valid for responses and ignored in requests.
      - `errorCode` string — The code associated with the error condition.
      - `message` string — A brief message describing the error condition.
    - `ipAddress` string
    - `loginStatus` string — When **true,** indicates that the user is logged in. This is a read-only property.
    - `membershipId` string — The user's membership ID.
    - `sendActivationEmail` string — This field is no longer supported for most accounts. To create an eSignature user without sending an activation email, use the Admin API by following [these steps](/docs/admin-api/how-to/create-active-user/).
    - `uri` string — A URI containing the user ID.
    - `userId` string — The ID of the user to access.
    - `userName` string — The name of the user.
    - `userStatus` string — Status of the user's account. One of: - `ActivationRequired` - `ActivationSent` - `Active` - `Closed` - `Disabled`
    - `userType` string — The type of user, for example `CompanyUser`.
  - `status` string — The status of the BCC email address. Possible values are: - `activation_sent`: An activation link has been sent to the BCC email address. - `active`: The BCC email address is actively used for archiving. - `closed`: The BCC email address is no longer used for archiving.
  - `uri` string — The helper URI for retrieving the BCC email archive.

## Response `201`

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)
