JumpCloud admin
Overview
JumpCloud Admin gives IT Admins quick access to update the features and resources important for their organization and users. It does it all through a common directory in the cloud, instead of through legacy, on-premises IT systems.
Entitle can manage Admin Roles in JumpCloud Admin.
This page will provide you with instructions on how to integrate Entitle and JumpCloud Admin.
General guidelines
To integrate your JumpCloud Admin in Entitle, you will need to extract two fields:
URL
Token
Set up JumpCloud admin to work with Entitle
Extract a new API key
-
Login to your JumpCloud Admin 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 Admin 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 5 days ago