JumpCloud to JSM Assets
Import list of users and other objects from JumpCloud to JSM Assets.
Configure the connection to JumpCloud by going to OnLink (Manage your apps) - Connections. Then click on Add System and select “JumpCloud” option in the connection screen. You can follow the instructions from this page JumpCloud API .
Once connection is established, please review instructions here to get started with setting up an Assets import configuration. You can then access OnLink app from the “Manage your apps” menu to further configure and set the field level mapping. Here’s an example mapping configuration to fetch system users:
API Documentation Link https://docs.jumpcloud.com/api/1.0/index.html#tag/Systemusers/operation/systemusers_list
key:_id=id
map:firstname=First Name
map:lastname=Last Name
map:email=Email
map:username=User Name
map:manager=Manager Name
map:jobTitle=Job Title
config:api=systemusersHere’s a breakdown of some of the mapping configuration items:
Key or Map | Description |
|---|---|
| The keyword “key” refers to using id as a unique identifier. This allows OnLink to update the record. “id” is a text attribute. |
| Maps firstname to First Name text attribute |
| Maps Manager to Manager Name text attribute |
| A filter to apply to the query. Filter structure: The filter syntax follows a consistent pattern of |
| Use this config to pull list of users Any fields from the API can be mapped. { |
You can then call “Fetch Sample” to view the structure of the API response and map the relevant fields.
OnLink processes data in two steps - Get Data and Import Data. To manually test, you can click on Get Data first and then wait until you see “No more pending records. Data will be imported on next Import run.” message in Job Logs. Then, click on Import. Production runs are fully automated based on the schedule you choose.