Iru (Kandji) integration (Productivity, Security). Imported from open-connector.
{api_url}/api/v1/blueprints
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | A Kandji UUID value. |
| idIn | array | optional | Blueprint IDs used to filter results. |
| name | string | optional | The blueprint name used to filter results. |
| limit | integer | optional | The maximum number of blueprint records to return. |
| offset | integer | optional | The zero-based offset used for Kandji blueprint pagination. |
/api/v1/blueprints/{blueprintId}
| Param | Type | Required | Description |
|---|---|---|---|
| blueprintId | string | required | The unique identifier of the Kandji blueprint to retrieve. |
/api/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Return users with email addresses containing this value. | |
| id | string | optional | A Kandji UUID value. |
| integrationId | string | optional | A Kandji UUID value. |
| archived | boolean | optional | Whether to return archived or non-archived users. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Kandji response. |
| sizePerPage | integer | optional | The number of user records to return per page. |
/api/v1/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The unique identifier of the Kandji directory user to retrieve. |