> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/reporting/audit-log/logins-report.md).

# Logins Report

### Overview

Use this option to generate a [CSV](/getting-started/new-user/glossary.md#csvcomma_separated_values) report showing user login details. The report will include details for the folder currently selected in the Network Explorer tree and any subfolders. A report cannot be run when Favourites root is selected in the Network Explorer tree.

### Prerequisites

This option is only available if:

1. you are an internal or service provider user (i.e. a user in a folder with **Category** set to internal, not customer) AND
2. you have the user permission **View 'Logins' report**

### User Logins Report

<table><thead><tr><th width="124">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>User</strong></td><td>the user's name eg 'Alex Baker'</td></tr><tr><td><strong>Path</strong></td><td>the full path, starting from the logged-in user's home folder, to this user's home folder or location</td></tr><tr><td><strong>Login Count</strong></td><td>the number of times the user has ever logged in successfully</td></tr><tr><td><strong>Last Login</strong></td><td>the date and time in UTC of the user's most recent login</td></tr></tbody></table>


---

# 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://help.highlight.net/reporting/audit-log/logins-report.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.
