> ## Documentation Index
> Fetch the complete documentation index at: https://docs.accessowl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Docusign

AccessOwl integrates with Docusign to provision and deprovision user access in your Docusign account.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl closes users in your Docusign account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **DS Admin** access to your Docusign account, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Docusign in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Add the integration account as DS Admin">
    AccessOwl shows you the integration account's email address. In Docusign:

    * Go to **Settings** and open **Users**.
    * Click **Add User**.
    * Enter the integration account's email address and fill in the required fields.
    * Set the **Permission Profile** to **DS Admin**.
    * Save the user.

    <Note>
      DS Admin is one of Docusign's three built-in permission profiles (DS Admin, DS Sender, DS Viewer). Only DS Admin includes the Administration view, which the integration account needs to add and close users. DS Sender and DS Viewer cannot manage users.
    </Note>
  </Step>
</Steps>
