> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a UniFi Access connector

> C1 provides identity governance for UniFi Access. Integrate your UniFi Access console with C1 for unified visibility and governance over door-access credentials.

C1 provides identity governance for UniFi Access. Integrate your UniFi Access
console with C1 for unified visibility and governance over users, visitors, and
the NFC card and Touch Pass credentials assigned to them.

## Capabilities

| Resource     | Sync                                                          | Provision                                                     |
| ------------ | ------------------------------------------------------------- | ------------------------------------------------------------- |
| Users        | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |                                                               |
| Visitors     | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |
| Cards        | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |
| Touch Passes | <Icon icon="square-check" iconType="solid" color="#c937ae" /> | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |

For visitors, provisioning creates and removes visitor records. For cards and
Touch Passes, provisioning assigns and unassigns the credential to a user, and
for cards also to a visitor.

## Gather UniFi Access credentials

<Warning>
  You need administrator access to the UniFi Access application to create an API
  token, and the token must include the view and edit scopes for users, visitors,
  and credentials.
</Warning>

<Steps>
  <Step>
    Sign in to your UniFi Portal and open the console where UniFi Access is
    installed. UniFi Access must be version 1.9.1 or later (Touch Pass features
    require 3.2.20 or later).
  </Step>

  <Step>
    Go to **Access > Settings > General > Advanced > API Token** and select
    **Create New**. Enter a name and validity period, select the view and edit
    permission scopes for users, visitors, and credentials, then select
    **Create**.
  </Step>

  <Step>
    Copy the API token and store it securely. It is shown only once.
  </Step>

  <Step>
    Note the console's address on your local network. The UniFi Access API is
    served over HTTPS on port 12445, for example `https://192.168.1.1:12445`.
    The connector must be able to reach this address.
  </Step>
</Steps>

## Configure the UniFi Access connector

<Steps>
  <Step>
    In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
  </Step>

  <Step>
    Search for **UniFi Access** and click **Add**, then set the owner and click **Next**.
  </Step>

  <Step>
    Find the **Settings** area of the page and click **Edit**, then enter the UniFi Access credentials:

    * **Base URL**: the console's API base URL, including scheme and port, for example `https://192.168.1.1:12445`.
    * **API token**: the API token you created.
  </Step>

  <Step>
    Click **Save**.
  </Step>

  <Step>
    The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
  </Step>
</Steps>

**Done.** Your UniFi Access connector is now pulling access data into C1.
