For the complete documentation index, see llms.txt. This page is also available as Markdown.

Atlassian Guard

Connection Requirements

1 - Directory ID

The SCIM directory ID from the Directory base URL. For instance, if the Directory base URL is https://api.atlassian.com/scim/directory/abcdeg1234, the Directory ID is abcdeg1234.

2 - API Token

The SCIM API key used for Bearer authentication. It grants the adapter read-only access to synchronize user data from your Atlassian organization.

3 - HTTPS Proxy

Proxy URL (optional).

How to Obtain Directory ID and API Token

  1. Go to admin.atlassian.com and select your organization.

  2. From the top menu, navigate to Security, then select Identity providers from the left-hand panel.

  3. Choose the relevant Directory.

  4. Click the three dots menu located under the User Provisioning section (bottom right-hand side).

  5. Select Regenerate API key.

  6. Select Regenerate key.

  7. Copy the value of Directory base URL and the API key and keep them in a safe place. They will not be shown again.

  8. Click Done to end the process.

4 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Default Values

  • Timeout: 30 seconds

Last updated