JumpCloud Configuration

Follow these steps to analyze JumpCloud objects with Cartography.

  1. Generate a JumpCloud API key.

    1. Log in to the JumpCloud Admin Console.

    2. Navigate to your profile (bottom-left) → My API key.

    3. Generate API Key.

    4. Store the key in an environment variable, e.g. JUMPCLOUD_API_KEY.

  2. Find your JumpCloud Organization ID.

    1. In the Admin Console, navigate to SettingsGeneral.

    2. Copy the Organization ID value.

  3. Run Cartography with the JumpCloud options:

    export JUMPCLOUD_API_KEY="your-api-key"
    
    cartography \
      --neo4j-uri bolt://localhost:7687 \
      --jumpcloud-api-key-env-var JUMPCLOUD_API_KEY \
      --jumpcloud-org-id "<your-org-id>"
    

CLI Reference

Flag

Description

--jumpcloud-api-key-env-var

Name of the environment variable containing the JumpCloud API key (x-api-key auth)

--jumpcloud-org-id

JumpCloud organization ID used as the tenant identifier (required)