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

# List Personnel

List personnel given the search terms and filters.

## Basic Parameters

<div className="integrations-table">
  | Parameter                      | Description                                                 |
  | ------------------------------ | ----------------------------------------------------------- |
  | Employment Status              | Filter data to personnel of this employment status.         |
  | Employment Statuses            | Filter data to personnel of these employment statuses.      |
  | Group ID                       | Group to find personnel by.                                 |
  | Inverse Mdm Source Types       | Inverse filter data to personnel of these Mdm source types. |
  | Mdm Source Type                | Filter data to personnel of this Mdm source type.           |
  | Multi Training Compliance Type | Type of training campaigns (default: SECURITY\_TRAINING).   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                          | Description                                                              |
  | ---------------------------------- | ------------------------------------------------------------------------ |
  | Accepted Policies Compliance       | Filter personnel by accepted policies compliance.                        |
  | Agent Installed Compliance         | Filter personnel by monitor agent installation compliance.               |
  | Antivirus Compliance               | Filter personnel by antivirus compliance.                                |
  | Auto Updates Compliance            | Filter personnel by auto updates compliance.                             |
  | Device Compliance                  | Filter personnel by their device compliance.                             |
  | Hipaa Training Compliance          | Filter personnel by HIPAA Training compliance.                           |
  | Identity Mfa Compliance            | Filter personnel by identity MFA compliance.                             |
  | Limit                              | How many items are your requesting.                                      |
  | Location Services Compliance       | Filter personnel by location services compliance.                        |
  | Multi Security Training Compliance | Filter personnel by their training compliance.                           |
  | Next Page                          | The next page Uri.                                                       |
  | Offboarding Evidence               | Filter personnel by their offboarding evidence compliance.               |
  | Page                               | Which page of data are you requesting.                                   |
  | Password Manager Compliance        | Filter personnel by password manager compliance.                         |
  | Query                              | Filter data by searching for first name, last name, full name, or email. |
  | Security Training Compliance       | Filter personnel by security training compliance.                        |
  | Sort                               | Which type of sort (default: NAME).                                      |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [],
	"dataAll": {},
	"limit": 10,
	"nextPage": "d2lraS9hcGkvdjIvcGFnZXM/bGltaXQ9MTAmY3Vyc29yPWV5SnBaQ0k2SWpJM05USTJPVGdpTENKamIyNTBSUGNtUmxjbFpoYkhWbElqb3lOelV5TmprNGZRPT0=",
	"page": 1,
	"total": 100
}
```

## Workflow Library Example

[List Personnel with Drata and Send Results Via Email](https://library.blinkops.com/workflows/list-personnel-with-drata-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/list-personnel-with-drata-and-send-results-via-email/canvas" />
</div>
