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

# Xero

AccessOwl integrates with Xero to provision and deprovision user access in your Xero organisation.

## 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 deletes users from your Xero organisation during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Advisor** or **Standard** user role with the **Manage users** permission in your Xero organisation, so you can invite the integration account.

## Setup

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

    * Click your organisation name, then go to **Settings** and select **Users**.
    * Click **Invite a user**.
    * Enter the integration account's first name, last name, and email address.
    * Assign a user role (Advisor or Standard) and enable the **Manage users** permission.
    * Click **Send invite**.

    <Note>
      The Manage users permission is required so the integration account can invite new users, update roles, and delete users from the organisation on AccessOwl's behalf. Neither the Advisor nor the Standard role includes this permission by default, so it must be explicitly enabled.
    </Note>
  </Step>
</Steps>
