> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant/manage-users-in-a-tenant.md).

# Manage users in a Tenant

{% hint style="info" %}
**Feature availability**

Tenant functions are available only with Enterprise plans. For more information, see [plans and pricing](https://snyk.io/plans/).
{% endhint %}

Select the name of your Tenant and the **Members** menu option to manage members:

<figure><img src="/files/80akU5Gb4TeTCjY3auGE" alt="Members page option in the Tenant menu" width="201"><figcaption><p>Members page option in the Tenant menu</p></figcaption></figure>

## View Tenant members

<figure><img src="/files/0HD3uoX1CfafuqdKhzLl" alt="Tenant member management list with assigned roles"><figcaption><p>Tenant member management list with assigned roles</p></figcaption></figure>

On the Tenant **Members** page, you can see all the users associated with your Tenant, their authentication type, and their Tenant role. The [pre-defined](/platform-administration/user-management/pre-defined-roles.md#role-types) Tenant roles are:

* **Tenant Admin**: can access all Tenant products and settings. Reserved for Snyk Admins only.
* **Tenant Viewer:** can see the list of all Tenant users, all the Groups, and all the Organizations of the Tenant.
* **Tenant Member**: the default role of all users of the Tenant with no access to any Tenant level option.

Users with the Tenant Admin or Tenant Viewer roles can navigate the list of users by:

* Reading through the pages of users
* Searching by full name
* Filtering the list by role

## Change Tenant roles

{% hint style="info" %}
Only Tenant Admins can change the roles of Tenant users.
{% endhint %}

You can promote a Tenant Member to a Tenant Viewer or Admin by selecting the role dropdown next to the user's name and choosing the appropriate option.

## Delete Tenant Members

{% hint style="info" %}
Only Tenant Admins can delete Tenant users.
{% endhint %}

To delete a member from the Tenant, click the trash icon next to the user.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant/manage-users-in-a-tenant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
