# Browsing User Audit Logs

> Browse, search, and filter Dashboard activity in the Audit Log Explorer under Team > Audit Logs, filtering by method, response status, and user.

Source: https://help.withpersona.com/articles/21FgR56p7qTpp1K5RY3Du8/
Section: Admin > Team and permissions > Managing Users

## Overview

The Audit Log Explorer lets you browse, search, and filter through all of the activity that happens within your Dashboard. Whether you’re using it to monitor user authentications or track Case closure metrics, the Audit Log Explorer can handle your use cases.

For ingesting User Audit Logs, we suggest either leveraging our [API](https://docs.withpersona.com/api-introduction) or contacting us for information about our BYOS (Bring Your Own Storage) solutions.

## Accessing the audit log explorer

From the Dashboard, navigate to **Team > Audit Logs** to start browsing through audit logs. By default, the explorer filters are set to the last 14 days of audit logs, with the most recent logs shown first.

![The Audit Log Explorer at Team > Audit Logs, showing the last 14 days with the most recent logs first](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/other-platform-products/screenshot-1.png)

To show more logs on the explorer page, scroll to the bottom of the page and use the **Items per page** dropdown to select from the available options: 10, 25, 50, 100, or 200.

## Searching audit logs by request path or IP address

The search bar supports exact matches with request path or IP address. To search, click on the search bar and type in the desired path or IP address.

![The Audit Log Explorer search bar with a request path typed into it](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/other-platform-products/screenshot-2.png)

## Filtering audit logs

The Audit Log explorer supports multiple filtering options. By default, the date filter is set to the last 14 days. To add a filter, hover over the filter bar and press the “+” button.

![The filter bar on the Audit Log Explorer, with the plus button that adds a filter](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/other-platform-products/screenshot-3.png)

From there, apply any of the following filters:

- Request Method (POST, GET, etc)
- Response Status (200, 201, 400, etc)
- User

## Looking at a user audit log

A User Audit Log contains the following information:

- API path & method
- Date of action
- IP address of user
- User performing the action
- User agent (browser information)
- Query parameters

By default, much of the information is redacted for security and privacy reasons.

![A single User Audit Log, with much of its information redacted](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/other-platform-products/screenshot-4.png)

## Example user audit log use case

A sample use case could be tracking the instances of failed user authentications. To accomplish this, search on `/api/internal/onboard/v1/user-authentications` and filter on Response status = 401.

![The Audit Log Explorer filtered to a user authentications path with response status 401](https://assets.withpersona.com/f_auto,q_auto/help-center/articles/other-platform-products/screenshot-5.png)
