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

# Axomo

AccessOwl integrates with Axomo to provision and deprovision user access in your Axomo store.

## 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 members from your Axomo store during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **User Manager Security Group** access to your Axomo store, so you can invite the integration account.

## Setup

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

  <Step title="Invite the integration account with the User Manager Security Group">
    AccessOwl shows you the integration account's email address. In Axomo:

    * Go to your store's user management settings.
    * Add a new user and enter the integration account's email address.
    * Assign the **User Manager** security group to the account.
    * Save the changes.

    <Note>
      The integration account needs the User Manager security group because it allows adding and removing members in your Axomo store. Without it, the integration account cannot provision or deprovision users.
    </Note>
  </Step>
</Steps>
