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

# Add Users To Group

Add given users to a group. 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/add-adgroupmember).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                               |
  | ---------- | --------------------------------------------------------- |
  | User       | A comma-separated array of usernames to add to the group. |
  | Group Name | The name of the group to add the users to.                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------- |
  | Additional Flags        | Additional flags to append to the powershell command.                                                      |
  | Disable JSON Convertion | Disable the automatic convertion of the data into JSON format, the raw data is in powershell table format. |
</div>
