# Add and Modify Access Groups

{% hint style="info" %}
If your organization uses Directories for Access Control, see [Manage Users with Directories](/command/users-and-permissions/manage-users-in-your-organization/directories-for-user-group-management.md) before making changes. It explains how Directories affect where users are managed and what permissions apply.
{% endhint %}

Access Admins and Access Managers are allowed to [create](#h_75e0063ce8), [modify](#h_679ecd74c0), and [remove access groups](#h_06044ecf81) and to add or remove specific users from them. Learn more about [Roles and Permissions for Access Control](/access-control/getting-started/roles-and-permissions-for-access-control.md).

{% hint style="warning" %}
You cannot badge into a door unless you are in an access group with at least one [access level](/access-control/access/add-and-modify-access-levels.md) associated.
{% endhint %}

## Add access groups

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

{% step %}
**On the left navigation, click Access Users and Groups .**
{% endstep %}

{% step %}
**Click Groups > Create Group.**
{% endstep %}

{% step %}
**When prompted, enter a name and choose the users to add to your group.**
{% endstep %}

{% step %}
**Click Done to redirect to your new access group.**
{% endstep %}
{% endstepper %}

## Modify access groups

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

{% step %}
**On the left navigation, click Access Users and Groups .**
{% endstep %}

{% step %}
**Click Groups and select a group to modify.**
{% endstep %}

{% step %}
**You can modify access groups in these ways:**

a. [Add](#h_c3232bcc7d) or [remove](#h_84f5d6c570) users\
b. [Add](#h_06044ecf81) or [remove](#h_533aae392c) access levels\
c. Change the group name
{% endstep %}
{% endstepper %}

### Add users

{% stepper %}
{% step %}
**With your access group open, at the top right, click Add Members.**
{% endstep %}

{% step %}
**Once selected, you should see a list of users that you can add to your group. You can select as many users as you want.**
{% endstep %}

{% step %}
**Click Done when finished.**
{% endstep %}
{% endstepper %}

### Remove users

{% stepper %}
{% step %}
**Hover over or search for the user that you want to remove and check the box next to the user’s name.**
{% endstep %}

{% step %}
**Click Remove Member. Alternatively, you can set an End Date to schedule when a users permissions will be revoked.**
{% endstep %}
{% endstepper %}

### Add access levels

{% stepper %}
{% step %}
**With your access group open, select Access.**
{% endstep %}

{% step %}
**With the Access tab open, click Add Access Levels.**
{% endstep %}

{% step %}
**You should now be able to select one or more access levels to apply to your group.**
{% endstep %}

{% step %}
**Click Add when done.**
{% endstep %}
{% endstepper %}

You should now see a list of doors that your group has permission to access.\
​

### Remove access levels

{% stepper %}
{% step %}
**With your access group open, select Access.**
{% endstep %}

{% step %}
**With the Access tab open, mouse over any access level that you want to remove. With the access level highlighted, you should see an X to the right of the access level name.**
{% endstep %}

{% step %}
**Select X and then Remove to confirm.**
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=XxIEGPXZzuw).
{% 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/access-control/users-and-credentials/add-and-modify-access-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.
