> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logs

> Monitor user activity across your organization to detect suspicious behavior and meet compliance requirements.

export const value_0 = "Entity Manager: view user audit logs"

Go to [Admin > Audit Logs](https://dashboard.paxos.com/admin/audit-logs) to view a record of every API request made by users in your organization — useful for security reviews, internal investigations, and demonstrating compliance to auditors.

<Warning>
  **Required Permissions**

  You need a role with the <code>{value_0}</code> permission to perform this action.
</Warning>

<img src="https://mintcdn.com/paxos-0ac97319/rYEeXIXCvmTrHgee/images/audit-logs.png?fit=max&auto=format&n=rYEeXIXCvmTrHgee&q=85&s=3139379a5078e745286ae8545bd10f5a" alt="Audit Logs" width="3840" height="2350" data-path="images/audit-logs.png" />

## View Audit Logs

The audit log table shows each request at a glance:

| Column       | Description                                                                           |
| ------------ | ------------------------------------------------------------------------------------- |
| **Time**     | Date and time of the request                                                          |
| **User**     | Name and email of the user                                                            |
| **Method**   | HTTP method (GET, POST, PUT, DELETE, PATCH)                                           |
| **Domain**   | The service that handled the request                                                  |
| **Endpoint** | The API path that was called                                                          |
| **Status**   | HTTP status code — green for success, yellow for client errors, red for server errors |

Click **View** on any row to open a detail panel showing the IP address, user agent, and full request and response payloads.

<Note>
  Response payloads are only captured for requests that make changes (POST, PUT, DELETE, PATCH). Read-only requests (GET) do not include a response payload.
</Note>

## Filter Results

Use the filter bar to narrow results:

* **Date Range**: Last 24 hours (default), last 7 days, or a custom range
* **User**: Focus on a specific user or set of users
* **Method**: Filter by HTTP method (e.g. only show POST or DELETE requests)
* **Domain**: Filter by service (e.g. "Auth")
* **Endpoints**: Filter by path (e.g. "/v2/transfers")
* **Status Codes**: Use preset ranges (2xx, 3xx, 4xx, 5xx) or enter a specific code

<Note>
  Active filters are saved in the URL — bookmark or share a filtered view for quick access during investigations.
</Note>
