# Users

{% hint style="warning" %}
Note that the actions you can perform in this area depend on your user permissions.
{% endhint %}

## Overview

Users are associated with at least one role in order to control access to specific Onum features and to secure your Tenant.

To access the user and role settings, click your user icon in the bottom left of the application and select **Invite users & team members.**

<div data-full-width="false"><figure><picture><source srcset="/files/TLflUYvCgfDCf04r2ZA6" media="(prefers-color-scheme: dark)"><img src="/files/qIV7iG2W9j6YS8543JiY" alt=""></picture><figcaption></figcaption></figure></div>

Here you can add or manage users from your organization.

## Add a new user

Click **Add user** and provide the email address for the new user.

### Roles

You must assign a role to a user to determine access and privileges within Onum. Choose between:

<table><thead><tr><th width="167.17578125">Role</th><th>Description</th></tr></thead><tbody><tr><td><strong>Viewer</strong></td><td>This is a read-only role. It grants permission to view all aspects of Onum, but not modify.</td></tr><tr><td><strong>Owner</strong></td><td>This is the owner of the Tenant and has all privileges (read, update, delete &#x26; create). This role is automatically assigned to the user that creates the Tenant. Only this role can delete a Tenant.</td></tr><tr><td><strong>Admin</strong></td><td>This role is granted full access (read, update, delete &#x26; create), except for the ability to delete a Tenant or users with the <strong>Owner</strong> role.</td></tr></tbody></table>

## Manage existing users

From the list of existing roles, there are various actions you can complete (permissions permitting):

### Change role

In the **Role** column, click the current role to expand a drop-down menu and select the new role to assign it.

<figure><picture><source srcset="/files/BDLnIVLQ1jTR3orNAC94" media="(prefers-color-scheme: dark)"><img src="/files/hJKt4gBH8ZPFN6di2OB0" alt=""></picture><figcaption></figcaption></figure>

You can also change the role by ticking the box next to the user and selecting **Change role** that appears at the bottom of the screen.

### Copy email

Select the ellipses next to the desired user or tick the box next to the name. Click **Copy email** and it will be copied to your clipboard.

<figure><picture><source srcset="/files/Z8xWaVdwoEfxi1xIG02h" media="(prefers-color-scheme: dark)"><img src="/files/UaE8zTGecUScUtExrzld" alt=""></picture><figcaption></figcaption></figure>

### Delete user

Select the ellipses next to the desired user, or tick the box next to the name. Click **Delete user** and then select **Remove** to confirm.

<figure><picture><source srcset="/files/UK13yoTHYctZjwcE8nlb" media="(prefers-color-scheme: dark)"><img src="/files/Y1JHra6vHKZydOK8I2do" alt=""></picture><figcaption></figcaption></figure>

### Bulk actions

You can tick various users in the list to carry out a bulk copy of their emails.

<figure><picture><source srcset="/files/llzjDjMbg4XFi2MpLBiD" media="(prefers-color-scheme: dark)"><img src="/files/4Is2DzDfyxUBUL8j6i1v" alt=""></picture><figcaption></figcaption></figure>


---

# 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://docs.onum.com/administration/global-settings/tenant/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.
