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

# 1Password (Users API) - How do I link my account?

# Overview

To authenticate with the 1Password Users API, you will need:

1. **API Domain** - The regional API domain for your 1Password account
2. **Account ID** - Your 1Password account ID
3. **Client ID** - Your OAuth application client ID
4. **Client Secret** - Your OAuth application client secret

This guide walks you through finding each of these values.

### Prerequisites

* A 1Password Business account with admin access

### Instructions

#### Step 1: Find your API domain

Choose the domain that matches your 1Password account region:

| Region | Domain              |
| ------ | ------------------- |
| US     | `api.1password.com` |
| Canada | `api.1password.ca`  |
| Europe | `api.1password.eu`  |

#### Step 2: Find your account ID

1. Sign in to your [1Password account](https://my.1password.com).
2. Click on your profile, then select **View your vault items**.

<img src="https://mintcdn.com/nango/FcfrFJi87wuM5uUu/api-integrations/1password-users/profile.png?fit=max&auto=format&n=FcfrFJi87wuM5uUu&q=85&s=d1f6ef6e15c7e9e241205f61a441e075" width="951" height="285" data-path="api-integrations/1password-users/profile.png" />

3. From your browser URL, your account ID is the 26-character alphanumeric string between `/app#/` and `/AllItems`.

#### Step 3: Obtain your client credentials

1. Sign in to your [1Password account](https://my.1password.com).
2. Select **Integrations** in the sidebar, and select **Directory** on the Integrations page.

<img src="https://mintcdn.com/nango/FcfrFJi87wuM5uUu/api-integrations/1password-users/directory.png?fit=max&auto=format&n=FcfrFJi87wuM5uUu&q=85&s=68cf66ab4f52291913258aae52c61d2b" width="1911" height="807" data-path="api-integrations/1password-users/directory.png" />

3. Select **OAuth Application**.
4. Fill in the required fields:
   * **Application name**: A name to identify this integration
   * **Redirect URL**: `https://api.nango.dev/oauth/callback` (not needed by nango but required by 1Password to complete the form)
   * **Scopes**: Select the permissions your integration needs

<img src="https://mintcdn.com/nango/FcfrFJi87wuM5uUu/api-integrations/1password-users/create_integration.png?fit=max&auto=format&n=FcfrFJi87wuM5uUu&q=85&s=f146853418c48c3353759cda3105e09b" width="1911" height="825" data-path="api-integrations/1password-users/create_integration.png" />

5. Select **Generate credentials**. Copy your **Client ID** and **Client Secret**.
6. Select **Save in 1Password** and choose a vault to store them.

<img src="https://mintcdn.com/nango/FcfrFJi87wuM5uUu/api-integrations/1password-users/integration_credentials.png?fit=max&auto=format&n=FcfrFJi87wuM5uUu&q=85&s=6df7682b3312f1bc050c85da784ecc9b" width="1911" height="763" data-path="api-integrations/1password-users/integration_credentials.png" />

<Warning>The client secret is shown only once. Save it before continuing.</Warning>

#### Step 4: Enter credentials in the Connect UI

1. Open the form where you need to authenticate with 1Password.
2. Enter your **API Domain**, **Account ID**, **Client ID**, and **Client Secret** in their respective fields.
3. Submit the form to connect your account.

<img src="https://mintcdn.com/nango/FcfrFJi87wuM5uUu/api-integrations/1password-users/form.png?fit=max&auto=format&n=FcfrFJi87wuM5uUu&q=85&s=7a441da34ef30a24fafcf5c61689dd46" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/1password-users/form.png" />

You are now connected to the 1Password Users API.

***
