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

# GetAccept

AccessOwl integrates with GetAccept to provision and deprovision user access in your GetAccept entity.

## 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 deactivates users in your GetAccept entity during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** access to your GetAccept entity, so you can invite the integration account.
* An available GetAccept license for the integration account.

## Setup

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

  <Step title="Invite the integration account as Administrator">
    AccessOwl shows you the integration account's email address. In GetAccept:

    * Open **Settings** in the top right corner and select **Manage users**.
    * Click **Invite User +**.
    * Enter the integration account's email address.
    * Set the role to **Administrator**.
    * Make sure **Send Verification Email** is toggled on and send the invite.

    <Note>
      Only Administrators can add and remove users in GetAccept, which is why the integration account needs this role. Once active, the integration account occupies one GetAccept license.
    </Note>
  </Step>
</Steps>
