JumpCloud integration (Security). Imported from open-connector.
https://api.jumpcloud.com/systemusers
| Param | Type | Required | Description |
|---|---|---|---|
| fields | string | optional | Space-separated fields to include in the returned JumpCloud records. |
| filter | string | optional | JumpCloud v1 filter expression such as department:$eq:Finance. |
| limit | integer | optional | The number of records to return at once. JumpCloud limits this to 100. |
| orgId | string | optional | Optional JumpCloud organization ID to send with the x-org-id header for multi-t… |
| region | string | optional | The JumpCloud data-center region to call. |
| search | string | optional | JumpCloud search object serialized as a query string value, matching the v1 API… |
| skip | integer | optional | The offset into the JumpCloud record collection. |
| sort | string | optional | Space-separated fields used to sort the collection. Prefix a field with - for d… |
/systemusers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The JumpCloud object identifier. |
| fields | string | optional | Space-separated fields to include in the returned JumpCloud records. |
| filter | string | optional | JumpCloud v1 filter expression such as department:$eq:Finance. |
| orgId | string | optional | Optional JumpCloud organization ID to send with the x-org-id header for multi-t… |
| region | string | optional | The JumpCloud data-center region to call. |
/systems
| Param | Type | Required | Description |
|---|---|---|---|
| fields | string | optional | Space-separated fields to include in the returned JumpCloud records. |
| filter | string | optional | JumpCloud v1 filter expression such as department:$eq:Finance. |
| limit | integer | optional | The number of records to return at once. JumpCloud limits this to 100. |
| orgId | string | optional | Optional JumpCloud organization ID to send with the x-org-id header for multi-t… |
| region | string | optional | The JumpCloud data-center region to call. |
| search | string | optional | JumpCloud search object serialized as a query string value, matching the v1 API… |
| skip | integer | optional | The offset into the JumpCloud record collection. |
| sort | string | optional | Space-separated fields used to sort the collection. Prefix a field with - for d… |
/systems/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The JumpCloud object identifier. |
| fields | string | optional | Space-separated fields to include in the returned JumpCloud records. |
| filter | string | optional | JumpCloud v1 filter expression such as department:$eq:Finance. |
| orgId | string | optional | Optional JumpCloud organization ID to send with the x-org-id header for multi-t… |
| region | string | optional | The JumpCloud data-center region to call. |