← Tools Reference

JumpCloud

JumpCloud integration (Security). Imported from open-connector.

API key4 toolshttps://api.jumpcloud.com
GET
jumpcloud_list_system_users
List JumpCloud system users through the v1 Systemusers API.

/systemusers

8 parameters
ParamTypeRequiredDescription
fieldsstringoptionalSpace-separated fields to include in the returned JumpCloud records.
filterstringoptionalJumpCloud v1 filter expression such as department:$eq:Finance.
limitintegeroptionalThe number of records to return at once. JumpCloud limits this to 100.
orgIdstringoptionalOptional JumpCloud organization ID to send with the x-org-id header for multi-t…
regionstringoptionalThe JumpCloud data-center region to call.
searchstringoptionalJumpCloud search object serialized as a query string value, matching the v1 API…
skipintegeroptionalThe offset into the JumpCloud record collection.
sortstringoptionalSpace-separated fields used to sort the collection. Prefix a field with - for d…
GET
jumpcloud_get_system_user
Get a JumpCloud system user by ID through the v1 Systemusers API.

/systemusers/{id}

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe JumpCloud object identifier.
fieldsstringoptionalSpace-separated fields to include in the returned JumpCloud records.
filterstringoptionalJumpCloud v1 filter expression such as department:$eq:Finance.
orgIdstringoptionalOptional JumpCloud organization ID to send with the x-org-id header for multi-t…
regionstringoptionalThe JumpCloud data-center region to call.
GET
jumpcloud_list_systems
List JumpCloud systems through the v1 Systems API.

/systems

8 parameters
ParamTypeRequiredDescription
fieldsstringoptionalSpace-separated fields to include in the returned JumpCloud records.
filterstringoptionalJumpCloud v1 filter expression such as department:$eq:Finance.
limitintegeroptionalThe number of records to return at once. JumpCloud limits this to 100.
orgIdstringoptionalOptional JumpCloud organization ID to send with the x-org-id header for multi-t…
regionstringoptionalThe JumpCloud data-center region to call.
searchstringoptionalJumpCloud search object serialized as a query string value, matching the v1 API…
skipintegeroptionalThe offset into the JumpCloud record collection.
sortstringoptionalSpace-separated fields used to sort the collection. Prefix a field with - for d…
GET
jumpcloud_get_system
Get a JumpCloud system by ID through the v1 Systems API.

/systems/{id}

5 parameters
ParamTypeRequiredDescription
idstringrequiredThe JumpCloud object identifier.
fieldsstringoptionalSpace-separated fields to include in the returned JumpCloud records.
filterstringoptionalJumpCloud v1 filter expression such as department:$eq:Finance.
orgIdstringoptionalOptional JumpCloud organization ID to send with the x-org-id header for multi-t…
regionstringoptionalThe JumpCloud data-center region to call.