> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/users.md).

# Users

View **Users** in the system enables viewing and managing all users in the IT infrastructure. It allows monitoring their activity, access level, assigned roles, and the devices they are currently logged into. Users can be added automatically **upon detection** by the service, manually, via import from the **Entra ID**, or from **external files**.

{% hint style="info" %}
**\[Import from Entra ID** and **external files]** We are working on this functionality. We will announce its deployment in the changelog as soon as it becomes available.
{% endhint %}

***

## **User Interface**

**User List**

The main part of the screen is a table containing the list of users, with columns such as:

* **Login**: The user's login used to sign in to the system.
* **User Name**: The user's full name.
* **Tags**: Categories assigned to the user (e.g., “Admin”, “New”).
* **Position**: Role assigned to the user (e.g., “IT Administrator”, “User”).
* **Last seen:** Date and time of the user's last activity in the system.
* **Logged into**: A list of devices the user is currently logged into (more details when expanded).
* **Activity**: An activity indicator based on logins and actions in the system.

<img src="/files/14ca461957cb470f22ef43114c302356c3e9f71e" alt="" width="375">

***

## **Adding users**

### **Manual addition**

Users can be added manually by clicking the **Add user**button. Completing the configuration window and confirming the operation by selecting **Add user**will result in adding a new record to the system.

<figure><img src="/files/22d4c1e8d009988a62d2bc413a60828fb3b7ab14" alt="" width="375"><figcaption></figcaption></figure>

### **Import from file**

The system allows importing users from external files (e.g., CSV). A detailed description is in the [Data import](broken://pages/b7dbed7b486da1d1736559663d07a7985deda13c).**\[*****We are working on this functionality. We will announce its rollout in the changelog as soon as it becomes available.]***

### **Import from external system**

Users can be imported from the **Entra ID**system, which replaced the previous integration with Active Directory. More in the [Data Import](broken://pages/b7dbed7b486da1d1736559663d07a7985deda13c).**\[*****We are working on this functionality. We will announce its rollout in the changelog as soon as it becomes available.]***

<figure><img src="/files/cf67e74a0c0bc4b4e27051a308483c7d2b72dd95" alt="" width="375"><figcaption></figcaption></figure>

### **Automatic detection by the service**

Users can be automatically detected when they log into a computer with the service installed. This feature is especially useful for users using local accounts or accounts not associated with a domain.

***

## **Customizing the view**

**Column view**

Select the columns visible in the view. You can change the order of columns by dragging a selected item to a different position.

<img src="/files/8e5087daa68a7799f82186e2d3f8b82d936eb5e4" alt="" width="138">

***

## **Filtering users**

Filtering works similarly to other views and is described in the section [**Filtering**](/eacloud-docs-en/getting-started/quickstart/filtering.md).

***

## **User management**

Users can be selected (individually or in groups) and subjected to bulk actions available under the **Edit** icon. Possible actions include:

* Edit user data
* Delete users
* Assign the user to a different organizational structure

![](/files/9231a3a6eeac666e87bdedcf07b3d2234c20499d)

***

{% hint style="info" %}
The user view allows you to see which computers users are currently logged into. In the computer view, details are available about users logged on to a given device.
{% endhint %}


---

# 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:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/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.
