> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/create_api_key.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=69ca3eccae2019d087a4089510230951" width="3024" height="1296" data-path="integrations/all/atlassian-admin/create_api_key.png" />

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/create_api_key2.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=778888f5d9b989624feec46191952583" 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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/scope_api_key.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=f35ec21fdb1f6de79238e7d8b99aace6" 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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/key_name.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=08bbdf0f3d87df719a89918c3df3616a" 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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/scopes.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=2ec4c9daef6fad40b47fe036af1d9f54" 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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/review_key_details.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=52384af5eaf66bf5a673e0e8d5c66bb9" 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-wari-integration-config-credentials-api/fNBKQO5tgLS95zmX/integrations/all/atlassian-admin/form.png?fit=max&auto=format&n=fNBKQO5tgLS95zmX&q=85&s=a082b0d749b700e5ed101ab64b532528" style={{maxWidth: "450px" }} width="498" height="694" data-path="integrations/all/atlassian-admin/form.png" />

You are now connected to Atlassian Cloud Admin.
