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

# Miro

AccessOwl integrates with Miro to provision and deprovision user access in your Miro team, and to keep your list of Miro users and their permissions 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 deactivates users in Miro during access revocations.
  </Card>

  <Card title="Structure Sync" icon="diagram-project">
    AccessOwl periodically syncs the roles/permissions schema of an application.
  </Card>

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

## Prerequisites

* **Team Admin** or **Company Admin** access to your Miro team, so you can invite the integration account and grant it Team Admin.

## Setup

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

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

    * Click your avatar in the top-right and select **Admin Console**.
    * Click **Teams** and select the relevant team.
    * Open the **All Users** tab.
    * Click **Invite new members** in the upper right.
    * Enter the integration account's email address and send the invite.
  </Step>

  <Step title="Promote the integration account to Team Admin">
    Once the invite is accepted, give the integration account Team Admin permissions:

    * In the **All Users** tab, find the integration account.
    * Click the **⋯** icon next to the user.
    * Select **Promote to Team Admin** (or **Grant Team Admin** on Enterprise).

    <Note>
      The integration account needs Team Admin because only Team Admins (and Company Admins) can invite, promote, deactivate, and remove other team users in Miro. Without Team Admin, the integration account cannot provision or deprovision users.
    </Note>
  </Step>
</Steps>
