> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/connectivity/getting-started/roles-and-permissions-for-gateway.md).

# Roles and Permissions for Gateway

This article describes the set of roles and associated permissions for Verkada [Gateways](https://www.verkada.com/docs/?product=connectivity\&search=gateway). For more information on roles and permissions for other Verkada product lines, see [Roles and Permissions for Command](/command/users-and-permissions/roles-and-permissions-for-command.md).

* **Site-level roles** determine the access a user or group has to devices in the site.
* **Org-level roles** allow users or groups to manage permissions and devices at a global level.
* **Permissions** are set using roles, which define the level of access users and groups have to devices and settings within an organization and its sites.

***

### Permissions considerations

* Subsites inherit permissions from all parent sites, including the ultimate parent.
* Users can belong to multiple groups. When roles conflict, the user receives the **highest role** granted directly or through any group.
* Group-assigned roles can be manually upgraded but not downgraded. Remove the user from the group with the higher role to downgrade their access.

***

## Site-level roles

<details>

<summary>No Access</summary>

A No Access user cannot view gateways within a site.

</details>

<details>

<summary>Live-Only Viewer</summary>

A Live-Only Viewer user cannot view gateways within a site.

</details>

<details>

<summary>Site Viewer</summary>

Site Viewers can:

* Access Gateway Home page
* Access Gateway Details Page
* Run Speed test
* View connected devices
* View historical power usage
* View Activity logs
* View data graphs
* Set up alerts

</details>

<details>

<summary>Site Admin</summary>

Site Admins can do everything Site Viewers can as well as:

* Claim Device
* Setup Device
* Manage Device
* Delete Device
* Manage data License
* Access Gateway Home page
* Access Gateway Details Page
* Run Speed test
* Run Packet capture
* View connected devices
* Power cycle ports
* View historical power usage
* Switch to WAN mode
* View Activity logs
* Claim connected devices
* Change network settings
* Toggle smart data usage
* View data graphs
* Identify Device
* Reboot Device
* Set up alerts

</details>

***

## Org-level roles

<details>

<summary>Org Admin</summary>

Org Admins can:

* Claim SW License
* Claim data License

</details>

***

## Set permissions

You can set site permissions for existing users and groups by managing user roles, groups, or sites.

{% hint style="danger" %}
Command site roles grant varying levels of access to cameras, viewing stations, air quality sensors, intercoms, gateways, and Command Connectors in a site and its subsites.
{% endhint %}

<details>

<summary>Users</summary>

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

{% step %}
**Under Org Settings > Users & Permissions, select Users.**
{% endstep %}

{% step %}
**Select a user.**
{% endstep %}

{% step %}
**To the right of Site Roles, click Manage.**

1. In the top left, select **Command** as the product line.
2. Select the role to grant to the user.
3. Click **Save**.
   {% endstep %}
   {% endstepper %}

</details>

<details>

<summary>Groups</summary>

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

{% step %}
**Under Org Settings > Users & Permissions, select Groups.**
{% endstep %}

{% step %}
**Select a group.**
{% endstep %}

{% step %}
**To the right of Site Roles, click Manage.**

1. In the top left, select **Command** as the product line.
2. Select the role to grant to the group.
3. Click **Save**.
   {% endstep %}
   {% endstepper %}

</details>

<details>

<summary>Sites</summary>

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

{% step %}
**In the left navigation, select Sites.**
{% endstep %}

{% step %}
**Select a site to manage.**

1. In the right pane, next to **Site Permissions**, click <i class="fa-pen-line">:pen-line:</i>.
2. In the top right, click <i class="fa-plus-large">:plus-large:</i> > **User** or **Group.**
3. Select user(s) or group(s) to edit their permissions, then click **Next.**
4. Edit the permissions as needed.
5. Click **Add.**
   {% endstep %}
   {% endstepper %}

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/connectivity/getting-started/roles-and-permissions-for-gateway.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.
