> 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/computers/computer-card/users.md).

# Users

Tab **Users** presents the people associated with the computer and information about the activity of logged-in users.

### Roles associated with the device

| Role         | Meaning                                                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Owner**    | The person entrusted with the device or responsible for its use.                                                                     |
| **IT Admin** | The person responsible for the administrative management of the computer, e.g., its configuration, operation, and incident response. |

{% hint style="info" %}
The Owner and IT Admin perform different roles. The Owner uses the equipment or is responsible for its possession, while IT Admin provides technical oversight.
{% endhint %}

### User Activity

The view may display information such as:

* user name,
* domain,
* logon date and time,
* activity duration,
* date of the last logon or last detected activity.

<figure><img src="/files/058ad84981c3c8d18f59c1796a8639ed8c05f469" alt="właściciel, IT Admin i aktywność użytkowników" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
The "Active since" and "Seen" columns are mutually exclusive. If a user is currently logged in, the "Active since" column is populated and shows the date and time the current session started, while the "Seen" column remains empty because the session is still active. After sign-out, the value in the "Active since" column disappears, and the "Seen" column displays the date and time of the user's last activity (sign-out).
{% endhint %}

### Assigning the Owner / IT Admin

{% stepper %}
{% step %}

#### Open the Owner / IT Admin section

In the tab **Users** select the option to edit the owner.
{% endstep %}

{% step %}

#### Select the user / Admin

Find the person you want to assign to the computer.
{% endstep %}

{% step %}

#### Save the change

Confirm the selection and verify the data displayed for the device.
{% endstep %}
{% endstepper %}

After assigning an owner, the computer will be visible in the **Assigned**.

### Frequently Asked Questions

<details>

<summary><strong>What is the difference between the Owner and IT Admin?</strong></summary>

The Owner is the user of the device or the person responsible for the equipment. IT Admin is responsible for its technical support and administration.

</details>

<details>

<summary><strong>Why is the computer in the Unassigned view?</strong></summary>

The device does not have an assigned owner. After an owner is assigned, it will also appear in the view **Assigned**.

</details>

<details>

<summary><strong>Does activity mean the user's work on the computer?</strong></summary>

The view presents activity detected by the system based on the available data. It should not be automatically equated with the actual time spent performing duties. Actual work is recorded in [statistics](/eacloud-docs-en/features/it-monitoring/user-activity.md).

</details>


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/computer-card/users.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.
