JumpCloud Configuration#
Authentication#
Log in to the JumpCloud Admin Console.
Open your profile in the lower-left corner and select My API key.
Generate an API key and store it in an environment variable such as
JUMPCLOUD_API_KEY.
Configure Cartography#
In the Admin Console, open Settings, select General, and copy the Organization ID value.
Set the API key environment variable before running Cartography:
export JUMPCLOUD_API_KEY="your-api-key"
Run Cartography#
cartography \
--neo4j-uri bolt://localhost:7687 \
--selected-modules jumpcloud \
--jumpcloud-api-key-env-var JUMPCLOUD_API_KEY \
--jumpcloud-org-id "<your-org-id>"
Advanced Configuration#
Flag |
Description |
|---|---|
|
Name of the environment variable containing the JumpCloud API key used for |
|
JumpCloud organization ID used as the required tenant identifier |