# User activity logs

A user activity log shows the actions of individual users on the ENGAGE platform. For example, logging in and out of applications. A member of an Enterprise group can view their individual user activity log in the web manager. To view your user activity log, complete the following steps:

1. Go to <https://app.engagevr.io/>, and then log in.
2. In the upper-right corner of the page, select your name, and then select **Settings** from the menu that appears.
3. On the **Settings** page, select **Activity Logs**.

The activity log is displayed. For information about how you can search the activity logs and apply filters, see [Search bar](/enterprise/enterprise-admin-portal/user-interface/search-bar.md). For information about how you can export the data, see [Exporting data](/enterprise/enterprise-admin-portal/user-interface/exporting-data.md).

## Logged activities

The following table lists group activities that are currently logged. New activities will be added in future releases.

ases.

{% hint style="info" %}
Logs are available for an activity only after the date it was added.
{% endhint %}

<table><thead><tr><th>Activity</th><th width="326">Example description</th><th>Date added</th></tr></thead><tbody><tr><td>A user logged in to an application.</td><td>Logged in</td><td>Dec 7, 2024</td></tr><tr><td>A user logged out of an application.</td><td>Logged out</td><td>Dec 7, 2024</td></tr><tr><td>A user failed to log in.</td><td>Log in failed</td><td>Dec 7, 2024</td></tr><tr><td>A user's account was temporarily locked because of too many failed log-in attempts.</td><td>Account locked from failed log-ins</td><td>Dec 7, 2024</td></tr><tr><td>A user requested to reset their password from the log-in page.</td><td>Requested password reset</td><td>Dec 7, 2024</td></tr><tr><td>A user completed the process to reset their password.</td><td>Completed password reset</td><td>Dec 7, 2024</td></tr><tr><td>A user joined an Enterprise group.</td><td>Joined group: <code>Example Group</code> (<code>group_id</code>)</td><td>Dec 7, 2024</td></tr><tr><td>A user left an Enterprise group.</td><td>Left group: <code>Example Group</code> (<code>group_id</code>)</td><td>Dec 7, 2024</td></tr><tr><td>A user was forced to log out of an application. Most commonly because they logged in to the same account on a different device.</td><td>Forced log out</td><td>Mar 31, 2025</td></tr><tr><td>A user joined a Session.</td><td>Joined session: <code>Example session</code> (<code>session_id</code>)</td><td>Mar 31, 2025</td></tr><tr><td>A user left a Session.</td><td>Left session: <code>Example session</code> (<code>session_id</code>)</td><td>Mar 31, 2025</td></tr><tr><td>A user started a Session</td><td>Started session: <code>Example session</code> (<code>session_id</code>)</td><td>May 29, 2025</td></tr><tr><td>A user accepted an invitation to join an Enterprise group</td><td>Accepted invitation to join <code>Example Group</code> (<code>group_id</code>)</td><td>May 29, 2025</td></tr><tr><td>A user declined an invitation to join an Enterprise group</td><td>Declined invitation to join <code>Example Group</code> (<code>group_id</code>)</td><td>May 29, 2025</td></tr><tr><td>A user changed their default group</td><td>Set default group: <code>Example Group</code> (<code>group_id</code>)</td><td>May 29, 2025</td></tr><tr><td>A user sent a request to connect with another user</td><td>Requested to connect with <code>Sam Jones</code></td><td>May 29, 2025</td></tr><tr><td>A user accepted a request to connect from another user</td><td>Accepted a request to connect from <code>Sam Jones</code></td><td>May 29, 2025</td></tr><tr><td>A user rejected a request to connect from another user</td><td>Rejected a request to connect from <code>Sam Jones</code></td><td>May 29, 2025</td></tr><tr><td>A user removed a connection</td><td>Removed connection with <code>Sam Jones</code></td><td>May 29, 2025</td></tr><tr><td>A user turnd on two-factor authentication</td><td>Set up 2FA: <code>authenticator app/SMS</code></td><td>May 29, 2025</td></tr><tr><td>A user turned off two-factor authentication</td><td>Turned off 2FA</td><td>May 29, 2025</td></tr><tr><td>A user changed their password</td><td>Changed password</td><td>May 29, 2025</td></tr><tr><td>A user changed their email address</td><td>Changed email address</td><td>May 29, 2025</td></tr></tbody></table>


---

# 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://docs.engagevr.io/enterprise/enterprise-admin-portal/activity-logs/user-activity-logs.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.
