> For the complete documentation index, see [llms.txt](https://authdocs.skill-mine.com/licentio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://authdocs.skill-mine.com/licentio-documentation/report/time-restriction-report.md).

# Time Restriction Report

#### Time Restriction Report&#x20;

The Time Restriction Report helps administrators monitor and analyze login attempts that fall outside the permitted time windows defined for users or flows. It highlights allowed and restricted login events, enabling better enforcement of time-based access policies and improved security control.&#x20;

***Search Filter By***&#x20;

* **Email:** Search for time-restricted login records by entering the user’s email address.
* **Flow Name:** Filter results based on the specific flow used by the user.
* **Status:** Select whether to view Allowed or Restricted login attempts.
* **Start Date:** Set the beginning date to view login attempts occurring on or after this date.
* **End Date:** Set the ending date to view login attempts occurring on or before this date.
* **Search Button:** Applies the selected filters and displays matching time restriction records.

<figure><img src="/files/FbPsC0BBIPzNoWqSb4hD" alt=""><figcaption></figcaption></figure>

*This Table will show the details of the Time Restriction Report*&#x20;

<table data-header-hidden><thead><tr><th width="112.33331298828125"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Displays the serial number for each record. </td></tr><tr><td>Name </td><td>Shows the user’s name associated with the login attempt. </td></tr><tr><td>Email </td><td>Displays the email address of the user. </td></tr><tr><td>Flow Name </td><td>Indicates the authentication flow through which the login attempt was made. </td></tr><tr><td>Restriction Type </td><td>Specifies whether the restriction is COMMON or USER and GROUP based. </td></tr><tr><td>Login Time </td><td>Shows the exact time when the user attempted to log in. </td></tr><tr><td>Status </td><td>Shows whether the login was Allowed or Restricted based on time rules. </td></tr><tr><td>Redirect </td><td>Provides an option to redirect to the Update Time Based Restriction page. </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://authdocs.skill-mine.com/licentio-documentation/report/time-restriction-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.
