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

# TravelPerk

AccessOwl integrates with TravelPerk to provision and deprovision user access in your TravelPerk 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 deactivates users in TravelPerk during access revocations.
  </Card>
</CardGroup>

## Prerequisites

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

## Setup

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

    * Go to the **People** page.
    * Click **Invite People**.
    * Enter the integration account's email address.
    * Set the role to **Admin**.
    * Send the invite.

    <Note>
      The integration account needs Admin because Admins are the only role with full access to TravelPerk, including adding, editing, and deactivating users across the entire account. The Admin role cannot be combined with other roles, so the integration account needs Admin from the start.
    </Note>
  </Step>
</Steps>
