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

# Postman

AccessOwl integrates with Postman to provision and deprovision user access in your Postman team.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes users from your Postman team during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin or Super Admin** access in your Postman team, so you can invite the integration account.

## Setup

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

    * Click your profile icon in the top-right corner and select your organization name.
    * In the settings page, click **Members** in the left sidebar.
    * Click **Invite People** and enter the integration account's email address.
    * Use the **Roles** dropdown to assign the **Admin** role.
    * Click **Send Invite**.

    <Note>
      The integration account needs the Admin role so it can invite and remove team members on behalf of AccessOwl. Admin-only users do not consume a paid Developer seat in Postman.
    </Note>
  </Step>
</Steps>
