---
title: "Edit user group"
sidebar_label: "Edit group"
sidebar_position: 3
description: "How to edit group name, description, or permissions, and how to add or remove users from a group"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import TrashIcon from '@selectel/docux/icons/trash'

# Edit user group

You can:

* [edit the group name](#edit-name-and-description);
* [edit permissions](#edit-permissions);
* [add users to the group](#add-users-to-group);
* [remove users from the group](#remove-users-from-group).

## Edit group name and description \{#edit-name-and-description}

1. In the [control panel](https://my.selectel.ru/iam/user_groups), on the top menu, click **IAM**.
2. Go to the **Groups** section.
3. Open the user group page.
4. In the <MoreVerticalIcon /> group menu, select **Edit name and description**.
5. Edit the group name and description.
6. Click **Save**.

## Edit group permissions \{#edit-permissions}

1. In the [control panel](https://my.selectel.ru/iam/user_groups), on the top menu, click **IAM**.
2. Go to the **Groups** section.
3. Open the user group page.
4. In the **Permissions** block, click **Edit**.
5. To remove a permission, in the block with the permission, click <TrashIcon />.
6. To add a permission:

   6.1.Click **Add permission**.

   6.2.Configure the permission by selecting:

   * [access scope](/access-control/access-management.mdx#scopes). If you selected the **Projects** access scope, select the required projects;
   * [role](/access-control/access-management.mdx#roles).  To add the [`member`](/access-control/role-reference.mdx#member) role, your account [balance](/balance-and-payments/balance.mdx) must be at least 200 ₽.

   6.3.Click **Save**.

## Add users to the group \{#add-users-to-group}

If a user had other [permissions](/access-control/access-management.mdx#permissions) (individual or from another group) before being added to this group, they are added to the group permissions.

1. In the [control panel](https://my.selectel.ru/iam/user_groups), on the top menu, click **IAM**.
2. Go to the **Groups** section.
3. Open the user group page.
4. In the **Users** block, click **Edit**.
5. Select the users you want to add to the group.
6. Click **Save**.

## Remove users from the group \{#remove-users-from-group}

When a user is removed from a group, the user is not deleted, but the permissions they had in this group are removed from their [permissions](/access-control/access-management.mdx#permissions) list.

If a user has individual permissions or is added to other groups, they will retain the corresponding permissions. If a user has no other permissions, they will be left without any permissions and will not have access to the Control Panel.

1. In the [control panel](https://my.selectel.ru/iam/user_groups), on the top menu, click **IAM**.
2. Go to the **Groups** section.
3. Open the user group page.
4. In the **Users** block, in the user row, click <TrashIcon />.
5. Enter the group name to confirm.
6. Click **Remove**.

<Formbricks />
