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

# StackAdapt

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

## Capabilities

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

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from your StackAdapt account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your StackAdapt account, so you can invite the integration account and let it manage users.

## Setup

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

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

    * Go to **Settings > Users**.
    * Click **Invite User**.
    * Enter the integration account's email address.
    * Assign the **Admin** role.
    * Send the invite.

    <Note>
      The integration account needs Admin because only Admins can invite and remove users in StackAdapt. A lesser role would prevent AccessOwl from provisioning or deprovisioning users.
    </Note>
  </Step>
</Steps>
