← Tools Reference

Iru (Kandji)

Iru (Kandji) integration (Productivity, Security). Imported from open-connector.

API key4 tools{api_url}
GET
kandji_list_blueprints
List Kandji blueprints with optional ID, name, and pagination filters.

/api/v1/blueprints

5 parameters
ParamTypeRequiredDescription
idstringoptionalA Kandji UUID value.
idInarrayoptionalBlueprint IDs used to filter results.
namestringoptionalThe blueprint name used to filter results.
limitintegeroptionalThe maximum number of blueprint records to return.
offsetintegeroptionalThe zero-based offset used for Kandji blueprint pagination.
GET
kandji_get_blueprint
Get a Kandji blueprint by ID.

/api/v1/blueprints/{blueprintId}

1 parameter
ParamTypeRequiredDescription
blueprintIdstringrequiredThe unique identifier of the Kandji blueprint to retrieve.
GET
kandji_list_users
List Kandji directory users with optional filters and cursor pagination.

/api/v1/users

6 parameters
ParamTypeRequiredDescription
emailstringoptionalReturn users with email addresses containing this value.
idstringoptionalA Kandji UUID value.
integrationIdstringoptionalA Kandji UUID value.
archivedbooleanoptionalWhether to return archived or non-archived users.
cursorstringoptionalThe opaque pagination cursor returned by a previous Kandji response.
sizePerPageintegeroptionalThe number of user records to return per page.
GET
kandji_get_user
Get a Kandji directory user by ID.

/api/v1/users/{userId}

1 parameter
ParamTypeRequiredDescription
userIdstringrequiredThe unique identifier of the Kandji directory user to retrieve.