> ## 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.

# User Inventory

The User Inventory fuses user-related contextual information across the apps monitored in your Adaptive Shield account. The User Inventory provides the ability to query, filter, and slice data related to your app's posture, user details, type, access level, configurations, and permissions.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                   |
  | --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
  | Account ID      | The account ID for which to retrieve the user inventory data. The `Account ID` can be obtained by the `List Accounts` action. |
  | Integration IDs | A comma separated list of integrations IDs to filter by. Integration IDs can be obtained by the `List Integrations` action.   |
  | Privileged Only | Return only users with at least one privileged role from within the scope of integrations.                                    |
  | User's Email    | Filter by a specified user's email address.                                                                                   |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "ok",
	"data": [
		{
			"account_id": "a96bf5f45ed644b3e05cf22f",
			"department": "Sales",
			"domain": "adaptive-shield.com",
			"country": "United States",
			"company": "",
			"email": "bill.brown@adaptive-shield.com",
			"enabled": false,
			"exposures": [
				{
					"base_check_id": "6115d96198c27a5dcf344e77",
					"id": "617a57f4fa93e0e7f8b6d01a",
					"impact": "Medium",
					"name": "Inactive Users",
					"security_domain": "Access Control",
					"integration": {
						"alias": "Learning",
						"id": "6175d5dcab806fc2e8626de6",
						"saas_name": "Docebo"
					}
				}
			],
			"exposures_total": 11,
			"full_name": "Bill Brown",
			"integrations": [
				{
					"id": "60a52ecd6bb3939b7339e8ee",
					"alias": "Learning",
					"enable": false,
					"groups": [],
					"privileged_roles": [],
					"saas_name": "Slack",
					"user_type": [
						"External user"
					]
				},
				{
					"id": "5fba2c02c5adde89216dae73",
					"alias": "Sales",
					"enable": false,
					"groups": [],
					"privileged_roles": [
						"Reports Reader"
					],
					"saas_name": "Office 365",
					"user_type": []
				}
			],
			"integrations_total": 22,
			"roles": 11,
			"title": ""
		}
	],
	"total_size": 890,
	"next_page_uri": "https://api.adaptive-shield.com/api/v1/accounts/5ed644ba96bf5f43e05cf22f/user_inventory?offset=100&limit=100"
}
```

## Workflow Library Example

[User Inventory with Adaptive Shield and Send Results Via Email](https://library.blinkops.com/workflows/user-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/user-inventory-with-adaptive-shield-and-send-results-via-email/canvas" />
</div>
