# Geo-Fencing Restriction Report

#### Geo Fencing Restriction

The administrators to monitor and analyze geo-fencing login attempts, highlighting both allowed and restricted events based on defined geographic boundaries. This report helps identify location-based access violations and ensures compliance with geolocation security policies.

***Search Filter By***

* **Email:** Search for geo-fencing login attempts using the user’s email address.
* **Flow Name:** Filter results by selecting the authentication flow used during the login attempt.
* **Status:** Allows you to filter Allowed or Restricted geo-fencing events.
* **Start Date:** Select the beginning date to include login attempts from this date onward.
* **End Date:** Select the ending date to include login attempts up to this date.
* **Search Button:** Applies the selected filters and displays matching geo-fencing activity records.

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

This Table will show the details of the geo-fencing login.&#x20;

<table data-header-hidden><thead><tr><th width="125.6666259765625"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Displays the serial number for each geo-fencing event. </td></tr><tr><td>Name </td><td>Shows the name of the user associated with the login attempt. </td></tr><tr><td>Email </td><td>Displays the user’s email address. </td></tr><tr><td>Flow Name </td><td>Indicates the authentication flow the user attempted to log in with. </td></tr><tr><td>Restriction Type </td><td>Shows whether the geo-fencing restriction is COMMON or USER and GROUP specific. </td></tr><tr><td>Coordinates (Longitude / Latitude) </td><td>Displays the exact location (longitude &#x26; latitude) from where the login attempt was made. </td></tr><tr><td>Status </td><td>Shows whether the login attempt was Allowed or Restricted based on geo-fencing rules. </td></tr><tr><td>Redirect </td><td>Allows admins to view detailed information about the specific geo-fencing event in Geo Fencing Restriction Page. </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://authdocs.skill-mine.com/licentio-documentation/report/geo-fencing-restriction-report.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.
