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

# Amplitude

AccessOwl integrates with Amplitude to provision and deprovision user access in your Amplitude organization, and to keep your list of Amplitude users in sync.

## 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 removes users from the Amplitude organization during access revocations.
  </Card>

  <Card title="User Sync" icon="arrows-rotate">
    AccessOwl periodically syncs a list of users along with their assigned roles/permissions.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Amplitude organization, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Amplitude 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 Amplitude:

    * Go to **Settings** > **Organization settings** > **Members & Groups**.
    * Click **Invite New Users**.
    * Enter the integration account's email address, then press Enter.
    * Set the role to **Admin**.
    * Send the invite.

    <Note>
      The integration account needs Admin because only Admins can grant or revoke the Admin role in Amplitude, and Admin has the highest level of control over the organization and its settings. Managers can add and remove users but cannot assign the Admin role, which would limit what AccessOwl can provision.
    </Note>
  </Step>
</Steps>
