# Users

The Users page provides administrative control over who has access to DataDefender. Use it to create new user accounts, manage roles, reset passwords, and remove users who no longer need access. While email is the only configuration for users at the moment, roles, names, and statuses will be added shortly.

<figure><img src="/files/pdgNzozqjw0ELU20VabV" alt=""><figcaption></figcaption></figure>

***

### User Grid

The grid lists all users in your organization.

| Column              | Description                           |
| ------------------- | ------------------------------------- |
| Email               | User's email address (used for login) |
| Status              | Active, Inactive                      |
| Organization Access | Organizations users have access to    |
| Actions             | Edit, Reset, Delete options           |

***

### Creating a User

Click **Create User** to go to the new user form. Fill in the user's email then save.

***

### Editing a User

Click the **Edit** button on any user row to open their profile and modify their email.

***

### Resetting a Password

If a user is locked out or needs their password reset:

1. Click the **Reset Password** button on the user's row.
2. Confirm the action in the dialog and a password reset email will be sent to the user's email address.

<figure><img src="/files/W0sK7IU58T0GV3CtNXiL" alt=""><figcaption></figcaption></figure>

The user will receive an email with a link to set a new password.

***

### Deleting a User

To remove a user's access entirely:

1. Click the **Delete** button on the user's row.
2. Review the confirmation dialog which shows the user's email.
3. Click **Delete** to confirm.

<figure><img src="/files/fZjUdRovRX5Ly3XziBYQ" alt=""><figcaption></figcaption></figure>

This action is permanent. The user will immediately lose access to DataDefender.

***

### User Roles

| Role       | Access Level                                                                       |
| ---------- | ---------------------------------------------------------------------------------- |
| **Admin**  | Full access to all features including settings, user management, and configuration |
| **Viewer** | Read-only access to security data; cannot change settings or manage users          |
| **Custom** | Configurable permissions (contact your account manager for details)                |


---

# 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.datadefender.io/portal-overview/settings/users.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.
