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

# Set up a Xurrent connector

> C1 provides identity governance for Xurrent (formerly Zenduty). Integrate your Xurrent account with C1 for unified visibility and governance over user access.

C1 provides identity governance for Xurrent. Integrate your Xurrent
account with C1 for unified visibility and governance over user access.

<Note>
  Xurrent acquired Zenduty, and this connector is now branded **Xurrent**. If
  you set it up before the acquisition you may know it as the Zenduty connector
  — it is the same connector and uses the same account credentials. The
  incident-response console is still hosted at `https://www.zenduty.com`.
</Note>

## Capabilities

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

The connector reads one Xurrent account. It syncs the account's members
and teams, along with each team's membership — including whether each
member is a team manager or a regular team member. Each user's
account-level role (owner, admin, or user) and invite status are carried
on the user for visibility.

## Gather Xurrent credentials

<Warning>
  You need an owner or admin role on your Xurrent account to create the API
  key.
</Warning>

<Steps>
  <Step>
    Sign in to Xurrent as an account owner or admin. The incident-response
    console is hosted at `https://www.zenduty.com`.
  </Step>

  <Step>
    Open the account menu and go to **Account Settings** > **API Keys**.
  </Step>

  <Step>
    Click **Add API Key** and give the key a descriptive name, such as
    `ConductorOne`.
  </Step>

  <Step>
    Copy the key when it is shown.
  </Step>
</Steps>

## Configure the Xurrent connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

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

      <Step>
        Search for **Xurrent** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Xurrent connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Xurrent credentials:

        * **API key**: the key created in Account Settings.
      </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 Xurrent connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Xurrent connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Xurrent API key.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_ZENDUTY\_API\_TOKEN**: the key created in Account
          Settings.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Xurrent connector is now pulling access data into C1.
  </Tab>
</Tabs>
