External DocumentationTo learn more, visit the Iru Endpoint Management documentation.
Actions
List Users
Retrieve a list of directory integration users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Archived | Select to return only archived users. |
| A comma-separated list of user email addresses to filter results by. | |
| Integration UUID | The UUID of the integration to filter results by. |
| Return All Pages | Automatically fetch all resources, page by page. |
| User UUID | The UUID of the user to filter results by. |
| Parameter | Description |
|---|---|
| Cursor | The cursor used to paginate through the results. Use the value returned in the next attribute from a prior response to retrieve the next page. |
{
"next": "https://accuhive.kandji.io/api/v1/users?cursor=cD0yOTE0Mw%3D%3D",
"previous": null,
"results": [
{
"active": true,
"archived": false,
"created_at": "2024-09-06T21:00:04.304248Z",
"department": null,
"deprecated_user_id": "29360",
"email": "test_user_01@accuhive.io",
"id": "69c009ca-1f78-4bdf-bb93-08d6d39041db",
"integration": {
"id": 634,
"name": "accuhive",
"uuid": "f7461096-4ef9-43aa-88e9-ca1967ba0b38",
"type": "office365"
},
"job_title": null,
"name": "test_user_01",
"device_count": 2,
"updated_at": "2024-09-06T21:00:04.304280Z"
}
]
}
Was this page helpful?