# Managing User Sessions

Vault provides administrators with visibility into all currently active user sessions within the organization.

> **Info:** Vault admins can view all user sessions for their org, whereas non-admins can only see their own session details.

***

## Viewing Active Sessions

Administrators can view and manage user sessions from the **Profile > Session Information** screen.

![Session Info](/files/EWKeYTSrIHwZJCmMq6Gg) ![Session List](/files/Ao4kDXyU0lVTpr2BP1Ik)

To log out a user:

* Select the session from the list.
* Click **Logout** to immediately terminate the session. The user will be logged out and must re-authenticate to regain access.

### Session Fields

| FIELD                | DESCRIPTION                                              |
| -------------------- | -------------------------------------------------------- |
| **Public IP**        | IP address of the user's session                         |
| **User**             | Username associated with the session                     |
| **City**             | Geolocated city based on IP address                      |
| **Location**         | Approximate geographic location of the IP address        |
| **Device Details**   | Device type (e.g., Desktop, Mobile)                      |
| **OS Details**       | Operating system used during the session                 |
| **Browser Details**  | Web browser used during the session                      |
| **Last Access Time** | Timestamp of last activity from the user in that session |

***

## Search for Activities of a Specific User <a href="#search-for-activities-of-a-specific-user" id="search-for-activities-of-a-specific-user"></a>

To monitor user activity:

1. Go to the **Session Information** page and click **Activity Log**.
2. Choose a **Time Period** (e.g., 1 month, 6 months, 1 year).
3. Select a **User** from the dropdown.
4. Enter a specific **Activity** keyword (e.g., backup, compare, replicate).
5. Click **Get Details**.

![Activity Log](/files/eU0yMfzh0ApxYd1GCj2P)

***

## Export the Activity Log <a href="#export-the-activity-log" id="export-the-activity-log"></a>

1. On the **Activity Logs** page, click **Download**.
2. The activity log will be saved as a **CSV** file on your device.

![Export Logs](/files/dmW0hJMwwq35aPAiNJ5f)


---

# 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://knowledgebase.autorabit.com/product-guides/vault/getting-started/user-sessions.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.
