> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/trust/questionnaires/dashboard-actions/users-dashboard-actions.md).

# Users – Dashboard Actions

The **Users** tab in the **Questionnaires** section allows you to manage access and roles for team members who work on security questionnaires. Using role-based access control, you can determine who can import questionnaires, answer questions, and manage other users.

Roles include:

* **Admin** – Can import questionnaires, add and answer questions, and manage access.
* **Consumer** – Can add questions and request answers for open questions.

The following dashboard actions are available:

***

### 1. View Existing Users

1. Navigate to **Questionnaires > Users**.
2. Review the list of team members, their roles, and the date they were added.

<figure><img src="/files/EmOay1odZoazEallRf5a" alt="" width="563"><figcaption></figcaption></figure>

***

### 2. Add a User

1. Select **+** **Add a team member**.
2. Enter the **email address** of the team member.

<figure><img src="/files/A3TYPs1Nyoq3JxWadHun" alt="" width="375"><figcaption></figcaption></figure>

3. Select the **role** (Admin or Consumer) from the dropdown menu.
4. Select **Invite to the team** to confirm.
5. The user will receive an email invitation to join.

***

### 3. Edit a User’s Role

1. Locate the user in the list.
2. Select **Edit** icon next to their name.

<figure><img src="/files/3xFITS3Cd7tPCe659QjX" alt="" width="563"><figcaption></figcaption></figure>

3. Choose the new role from the dropdown menu.
4. Select **Update** to apply changes.

<figure><img src="/files/9luyiTgIlcCHzV0fOokb" alt="" width="375"><figcaption></figcaption></figure>

***

### 4. Remove a User

1. Locate the user in the list.
2. Click the delete icon next to the user you wish to remove.

<figure><img src="/files/4d5kOhMMy5OKu9pP9Y6b" alt="" width="563"><figcaption></figcaption></figure>

3. Confirm by selecting **Revoke**.

<figure><img src="/files/BLxBgvMFDunIPjDn4xNM" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Removing a user immediately revokes their access to the Questionnaires section.
{% endhint %}

***

### 5. Search for a User

* Use the **Search** bar to find a specific user by email or name.


---

# 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://docs.sprinto.com/trust/questionnaires/dashboard-actions/users-dashboard-actions.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.
