# Manage (Tenant) Users

Tenant Admins can create new Users and assign each user to a specific role. Currently, 11 roles are supported:

<br>

1. Tenant Admin - The overall tenant admin. Can add, edit, delete cloud accounts, users, perspectives, reports. Can perform all CSPM actions.
2. Perspectives Admin - The overall perspectives admin. The perspectives admin at the root level. Can create, edit, delete all perspectives.
3. Tenant User - The admin of one or more org level perspectives. Can create, edit, delete perspectives in the hierarchy that are beneath the org perspective that he is assigned to.&#x20;
4. Asset Admin - The admin who manages the cloud assets module. Can onboard cloud accounts & view, tag and export assets.
5. CSPM Admin - The security admin can add, edit, delete CSPM access on accounts. Can view notification tab.
6. CSPM User - The security user can view, report and export CSPM dashboards.
7. Executive User (the likes of CFO, CIO, CEO) - The executive user has access to dashboards and reports.

Perspective User - View-only on the entire platform. This role is mostly for a support person from CloudVerse.AI to be added as an external user to customer’s tenant. Align with Perspectives Admin.<br>


---

# 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.cloudverse.ai/home/cloudverse-mcp-admin-guide/manage-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.
