JumpCloud integration
Overview
JumpCloud is a zero-trust directory platform that customers use to authenticate, authorize, and manage users, devices, and applications. It does it all through a common directory in the cloud, instead of through legacy, on-premises IT systems.
Entitle can manage groups in JumpCloud.
This page will provide you with instructions on how to integrate Entitle and JumpCloud.
General guidelines
Note: In case you have already integrated JumpCloud Directory with Entitle using this guide, the steps on this page are identical to it.
👉🏼 To integrate your JumpCloud in Entitle, you will need to extract two fields:
URL
Token
Set up JumpCloud to work with Entitle
Extract a new API Key
-
Login to your JumpCloud account.
-
Click on your user profile icon in the top-right corner and select My API Key.
-
In the new pop-up window, click on Generate New API Key.
-
Copy your new API Key and keep it for later.
Creating the integration in Entitle
All that is left to do is create an integration on the Entitle application.
- Log into Entitle and navigate to the Integrations page.
- After clicking the Add Integration button, type JumpCloud in the Application field.
- Don’t forget to set the Save on field with your configuration, i.e. your own hosted agent or Entitle’s cloud.

- In the connection JSON, paste the following values:
url
- copy the https://console.jumpcloud.com part of the URL.

Token
- paste the new API Key you created earlier.
Example Connection JSON:
{
"url": "https://console.jumpcloud.com",
"token": "YOUR_JUMP_CLOUD_API_KEY"
}
- Click Save, you are done!🎉
Updated 7 days ago