> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
> Use this file to discover all available pages before exploring further.

# Changing the QuickBooks Desktop user for a connection

> Learn how to change which QuickBooks Desktop user a specific Web Connector connection uses.

export const Image = ({src, alt, width, align = "center", noShadow = false, noBorder = false, noZoom = false}) => <img src={`https://mintlify.s3-us-west-1.amazonaws.com/conductor${src}`} alt={alt} style={{
  width: width
}} noZoom={noZoom} className={`rounded-xl ${align === "center" ? "mx-auto" : ""} ${!noBorder ? "border border-gray-200 dark:border-0" : ""} ${!noShadow ? "shadow-md dark:shadow-none" : ""}`} />;

<Info>
  This guide is provided by Conductor, the service that powers the QuickBooks
  Desktop integration for many business tools, including the one that sent you
  here.
</Info>

Each QuickBooks Desktop Web Connector connection is associated with a specific QuickBooks Desktop user account. This guide will show you how to change which user account a connection uses.

<Warning>
  If the QuickBooks Desktop user ever signs in on another computer, this
  connection will not work properly. **Make sure to select a user who primarily
  works on the same computer to avoid conflicts.**
</Warning>

<Tip title="Need a dedicated user?">
  If you want a login that only your Web Connector connectionuses so it never
  conflicts with a coworker’s session, follow our [guide to creating a dedicated
  QuickBooks Desktop user](/help/guides/create-dedicated-qbd-user) before
  proceeding.
</Tip>

<Steps>
  <Step title="Open QuickBooks Desktop" />

  <Step title="Open the company file for the connection you want to modify" />

  <Step title="Sign in as the QuickBooks Admin user" />

  <Step title="Switch to single-user mode">
    If you're currently in multi-user mode, switch to single-user mode by going to "**File**" → "**Switch to Single-user Mode**" in the top menu bar.
  </Step>

  <Step title="Open the Integrated Applications preferences">
    1. Go to "**Edit**" → "**Preferences**" in the top menu bar.
    2. In the Preferences window that appears, navigate to "**Integrated Applications**" in the left sidebar.
    3. Click on the "**Company Preferences**" tab at the top of the window.
  </Step>

  <Step title="Open the connection's Properties window">
    1. In the list of connections find the row that matches your Web Connector connection.
    2. Select it and click **Properties**.

    <Image src="/images/help/guides/change-qbd-user/integrated-applications-preferences.jpg" alt="Select the connection and click Properties" />
  </Step>

  <Step title="Change the user for your connection">
    1. In the connection **Properties** window that appears, look for the "**Login as**" dropdown menu.
    2. Select the user you want to assign to this connection from the dropdown.

    <Warning>
      This QuickBooks Desktop user **must** have **Full Access** permissions. Limited access roles can block requests and cause sync failures.
    </Warning>

    <Image src="/images/help/guides/change-qbd-user/connection-properties-user.jpg" alt="Change the QuickBooks Desktop user for a connection" />
  </Step>

  <Step title="Save your changes">
    1. Click "**OK**" in the "**Application Properties**" dialog to confirm the user change.
    2. Click "**OK**" in the Preferences window to save all changes.
  </Step>
</Steps>

You're done! From now on, the QuickBooks Desktop connection will use the selected user account when syncing data with your company file.
