# Remove Users and Groups From Application Group

> `UiPath.AzureWVD.Activities.AzureWVDRemoveUsersGroupsFromApplicationGroup`

`UiPath.AzureWVD.Activities.AzureWVDRemoveUsersGroupsFromApplicationGroup`

## Description

Removes users and groups from an application group.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **ApplicationGroup** - The application group on which the operation is performed. This field supports only `WVDApplicationGroup` variables.
* **UsersAndGroupsIds** - The list of users and groups to remove from the application group. Use Object ID to specify a user or a group. This field supports only `String[]` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

:::important
In order to use this activity, the client (application) specified in the [Windows Virtual Desktop Scope](https://docs.uipath.com/activities/other/latest/it-automation/azure-wvd-scope) activity (ClientID property) should have the permissions described [here](https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-rest). For example, you can assign the **Owner** role to your client (application) for the resource group to which the application group belongs by following the steps described [here](https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal).
:::
