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

# Atlassian Cloud Admin - How do I link my account?

# Overview

To authenticate with Atlassian Cloud Admin, you will need:

1. **API Key** - A key that grants Nango permission to interact with Atlassian Cloud Admin APIs resources and services.
2. **Organization ID** - ID that is associated with your Atlassian organization. This is optional.

This guide will walk you through generating your **API Key** and finding your **Organization ID** within Atlassian.

### Prerequisites:

* You must have an account with Atlassian.

#### Step 1 Generating your API Key

* To authenticate with Atlassian Cloud Admin APIs, you’ll need to generate an API key. You can choose between:

- **API key with scopes** – More secure, allows fine-grained access control.
- **API key without scopes** – Broader access, potentially less secure.

1. Go to [https://admin.atlassian.com](https://admin.atlassian.com).
2. Select your organization (if you have more than one).
3. Navigate to **Settings** > **API keys**.
4. If this is your first **API key**, click **Create your API Key**. If you've already created **API keys** before, click **Create API key** in the top-right corner of the page.

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/create_api_key.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=323515bdb0a7bba4c0f53be5e66e0dce" width="3024" height="1296" data-path="integrations/all/atlassian-admin/create_api_key.png" />

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/create_api_key2.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=381a66a14f9d4ccefae83df352c418c7" width="3024" height="1272" data-path="integrations/all/atlassian-admin/create_api_key2.png" />

4. Choose one of the following options:
   * **To create a scoped key**: Click **API keys with scopes**, then click **Next**.
   * **To create an unscoped key**: Click **API keys without scopes**, then **Next**.

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/scope_api_key.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=7c10e60ee5b378b9f69c2c26c31b0a20" width="3024" height="1066" data-path="integrations/all/atlassian-admin/scope_api_key.png" />

5. Enter a **Name** for the key that helps identify its purpose (e.g., `"User Sync Script"`).
6. Select an **Expiration Date** (API keys can last a maximum of **1 year**).

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/key_name.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=cbc1835215e56b34664fd249ded27d3a" width="3024" height="1066" data-path="integrations/all/atlassian-admin/key_name.png" />

7. (For scoped keys only) Under **Select scopes**, choose the appropriate [permissions](https://developer.atlassian.com/cloud/admin/scopes/) for your use case.

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/scopes.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=9c5ab04a3525f18da90d6e926643c72f" width="3024" height="1492" data-path="integrations/all/atlassian-admin/scopes.png" />

8. Review all details and selected scopes (if applicable).

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/review_key_details.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=33e6b919e229364fe38ab944eafe82bf" width="3024" height="1486" data-path="integrations/all/atlassian-admin/review_key_details.png" />

9. Click **Create API Key**.
10. Copy and securely save the **API Key** when prompted — you won’t be able to view it again later.
11. Copy and save the **Organization ID**. You can optionally enter this in the Connect UI.

#### Step 2 Enter credentials in the Connect UI

Once you have your **API Key**:

1. Open the form where you need to authenticate with Atlassian Cloud Admin.
2. Enter your **API Key** in its respective field.
3. Optionally enter your **Organization ID** in the correct field.
4. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/UE5P_t6Tqhl3q1Vr/integrations/all/atlassian-admin/form.png?fit=max&auto=format&n=UE5P_t6Tqhl3q1Vr&q=85&s=d092fba0e1446b519c614365c4792590" style={{maxWidth: "450px" }} width="498" height="694" data-path="integrations/all/atlassian-admin/form.png" />

You are now connected to Atlassian Cloud Admin.
