> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/settings-and-preferences/user-management.md).

# User Management

In **User Management**, you can manage users on platform, including adding and editing users, searching for a specific user, and more.

### How to access <a href="#como-acessar" id="como-acessar"></a>

To access the "**User Management**" area of the platform, follow these steps:

1. Click on the dropdown menu, then select "**User Management**".

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

2. The main user management screen will be displayed, showing detailed information for each user.

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

The available information includes:

* **User**: The user’s name.
* **Permissions**: Hover over this item to view all permissions. If there’s more than one permission associated, a complete list will be displayed.
* **Email**: The registered email address.
* **Last Access**: The date and time of the last login. If the user has never logged in, it will display "No Access."
* **Status**: Indicates the user’s current status.

{% hint style="info" %}
Read also: [Options for User Management](/english/skyone-console/settings-and-preferences/user-management/options-for-user-management.md).
{% endhint %}

#### Users List

By default, the user list displays users from the most recent to the oldest access.&#x20;

To sort by different criteria, click on the desired column header (User, Permissions, etc.).

<figure><img src="/files/4n259rOZaLzfxDObwGeB" alt=""><figcaption></figcaption></figure>

#### **Search for a user by email**

To search for a user by email:

1. In the upper area of the platform, click on the magnifying glass icon.
2. Enter the full email or a portion of the user's email.
3. Press **Enter** to start the search.

#### **F**ilters

In "**Filters**", you can search for a user by Email or by Permissions. To do so:

1. Click on "**Filters**" to access the filtering options.
2. After selecting the desired filters, click "**Apply**" to view the results.

<figure><img src="/files/4V17KcJi8n0wgOUgKFdS" alt=""><figcaption></figcaption></figure>

4. To remove applied filters, click "**Clear filters**".


---

# 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.skyone.cloud/english/skyone-console/settings-and-preferences/user-management.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.
