> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Inventory

The Device Inventory fuses device-related contextual information across the organization.
The Device Inventory provides the ability to Query, Filter, and Slice data related to the Device Posture,
Device Details, type, Policies, and Device Management states.

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                     |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
  | Account ID           | The account ID for which to retrieve the device inventory data. The `Account ID` can be obtained by the `List Accounts` action. |
  | Email                | Filter by a user's email address to retrieve the user's associated devices.                                                     |
  | Integration ID       | Return devices from a specific integration. Integration IDs can be obtained by the `List Integrations` action.                  |
  | Privileged Only      | Return only devices that associated with privileged users.                                                                      |
  | Unassociated Devices | Return also unassociated devices.                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "ok",
	"data": [
		{
			"account_id": "5d62f3ea0ca84a3e2d6d5c2d",
			"reporters": [
				{
					"title": "Office 365",
					"integration_id": "5e3d082fb287e5999ef2812e",
					"alias": "Corporate M365"
				}
			],
			"apps_count": 11,
			"reported_apps": [
				{
					"fields": {
						"managed": true,
						"compliant": "Unknown",
						"reported_by": true
					},
					"app_name": "Office 365"
				}
			],
			"device_name": "stage-test-win",
			"globally_compliant": "Unknown",
			"globally_managed": "Unknown",
			"last_seen": "2020-11-10T00:00:00Z",
			"mac_address_list": [],
			"os": "Windows 10",
			"os_version": "10.0.17763.0",
			"platform": "Windows",
			"user_email": "john@adaptive-shield.com",
			"id": "6a9623616d07f4fa931438ab",
			"privileged_roles_count": 11,
			"has_user_association": true
		}
	],
	"total_size": 11
}
```

## Workflow Library Example

[Device Inventory with Adaptive Shield and Send Results Via Email](https://library.blinkops.com/workflows/device-inventory-with-adaptive-shield-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/device-inventory-with-adaptive-shield-and-send-results-via-email/canvas" />
</div>
