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

# Unlock User

Unlock a given user. By default, this action doesn't return any output, you can pass the `-PassThru` flag to return the updated object.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter | Description                            |
  | --------- | -------------------------------------- |
  | Username  | The username of the AD user to unlock. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
  | 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. |
</div>
