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

# PostHog

AccessOwl integrates with PostHog to provision and deprovision user access in your PostHog organization.

## 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 PostHog organization during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** or **Owner** access to your PostHog organization, so you can invite the integration account and promote it to Administrator.

## Setup

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

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

    * Click your profile picture in the top right and select **+ Invite members**.
    * Enter the integration account's email address.
    * Send the invite.
  </Step>

  <Step title="Promote the integration account to Administrator">
    Once the invite is accepted:

    * Open **Organization settings** > **Members**.
    * Find the integration account.
    * Change the access level to **Administrator**.

    <Note>
      The integration account needs Administrator because only Administrators and the Owner can manage members in a PostHog organization, including inviting and removing users. Each PostHog organization can only have one Owner, so the integration account is set up as Administrator.
    </Note>
  </Step>
</Steps>
