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

# Create User

Create a user. By default, this action doesnt 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/new-aduser).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                         |
  | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Username    | The username of the new user.                                                                                                                                                                       |
  | Password    | The initial password for the new user. **Note** that the password is required if the user is created as `Enabled`. The password must be compatible with the organization's password security rules. |
  | Enable User | Should the user be enabled by default.                                                                                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
  | User Principal Name     | The UPN of the new user.                                                                                   |
  | Email Address           | The email address of the new user.                                                                         |
  | Given Name              | The given name of the new user.                                                                            |
  | Surname                 | The surname of the new user.                                                                               |
  | 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>
