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

Get list of users.

<Note>
  External Documentation

  To learn more, visit the [Active Directory On-Prem documentation](https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-aduser).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                          |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Query     | A query to filter the users by. For more information about the PowerShell filtering see [Microsoft Documentation](https://learn.microsoft.com/en-us/powershell/module/activedirectory/get-aduser?view=windowsserver2025-ps#-filter). |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Properties                         | A comma-separated list of additional properties to return. To return all available properties use `*`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Additional Flags                   | Additional flags to append to the PowerShell command.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Disable JSON Conversion            | Disable the automatic conversion of the data into JSON format; the raw data is in PowerShell table format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Remove Unreadable ASCII characters | Select to remove any unreadable ASCII characters to be able to get a result of valid JSON. <br /> **Note:** ASCII characters that will be removed are: <br /> - All control characters in the ASCII range 0x00–0x1F, **except** for the following safe ones: <br />\* `\b` (0x08) – Backspace <br />\* `\t` (0x09) – Horizontal Tab <br />\* `\n` (0x0A) – Line Feed (New Line) <br />\* `\f` (0x0C) – Form Feed <br />\* `\r` (0x0D) – Carriage Return <br />- The delete character `DEL` (0x7F) <br />All other printable ASCII and Unicode characters will be preserved. |
</div>
