# Manage Command Groups

Organization Admins can create groups to easily manage large numbers of users who should receive the same permissions on Command. You can create a group and grant it permissions that will apply to all group members. When you delete a group, the users no longer have access to the sites and subsites from that group.

***

## Create a group and assign roles

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select** **Users & Permissions** > **Groups.**
{% endstep %}

{% step %}
**At the top right, click Create > Command Group.**

1. Enter a unique name.
2. (Optional) Set a **Directory Location** (default Global) or **Sync Members to Directory**, then click **Done.**
3. (Optional) On **Members,** select the members to add, then click **Done.**
4. Click **Create Group.**
   {% endstep %}

{% step %}
**Back on the group page, at the top, click Roles.**
{% endstep %}

{% step %}
**Click Manage to the right of Organization Roles, User Management Roles, or Site Roles.**&#x20;

1. For site roles, select the relevant product.
2. Select the role to grant to the group.
3. Click **Save**.

See [Roles and Permissions](/command/users-and-permissions/roles-and-permissions-for-command.md) for more information.
{% endstep %}
{% endstepper %}

***

## Set permissions for existing groups

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select** **Users & Permissions** > **Groups.**
{% endstep %}

{% step %}
**Select a Command group to grant permissions.**
{% endstep %}

{% step %}
**At the top, click Roles.**
{% endstep %}

{% step %}
**Click Manage to the right of Organization Roles, User Management Roles, or Site Roles.**

1. For site roles, select the relevant product.
2. De-select the role to remove from the group.
3. Click **Save**.

See [Roles and Permissions](/command/users-and-permissions/roles-and-permissions-for-command.md) for more information.
{% endstep %}
{% endstepper %}

***

## Add users to a group

You can add users to a group from the [Users page](#h_44e5401b70) or the [Groups page](#h_2cc1a3d362).

### Users page

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select** **Users & Permissions** > **Users.**
{% endstep %}

{% step %}
**Select the user profile you want to edit.**
{% endstep %}

{% step %}
**At the top, select Groups.**
{% endstep %}

{% step %}
**On the right, click Manage Groups.**

a. Select the group(s) to add/remove the user to.

b. Click **Done**.
{% endstep %}
{% endstepper %}

### Groups page

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select** **Users & Permissions** > **Groups.**
{% endstep %}

{% step %}
**Click on the group you want to edit.**
{% endstep %}

{% step %}
**To remove current group members, select members from the table and click the Delete button.**
{% endstep %}

{% step %}
**To add users to the group, click the Add Members button near the top right.**

a. Select the users(s) to add to the group.

b. Click **Done**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Users can be members of multiple groups and will default to the **highest** level of permission set for them.
{% endhint %}

***

## Delete a group

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin.**
{% endstep %}

{% step %}
**Select** **Users & Permissions** > **Groups.**

1. Click on the group you would like to delete.
2. In the top left, click <i class="fa-ellipsis">:ellipsis:</i> **> Delete Group.**
3. Click **Delete** to confirm.
   {% endstep %}

{% step %}
**(Optional) To bulk delete groups:**

1. Click the checkbox next to each group you need to delete.
2. At the top right, click **Delete**.
3. Click **Delete** to confirm.
   {% endstep %}
   {% endstepper %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=7ldbcKo8u0Q).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.verkada.com/command/users-and-permissions/manage-users-in-your-organization/manage-command-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
