---
title: Admin activity logs
description: Monitor when a member on your account creates, updates, or deletes configurations.
image: https://developers.cloudflare.com/zt-preview.png
---

[Skip to content](#%5Ftop) 

Was this helpful?

YesNo

[ Edit page ](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/cloudflare-one/insights/logs/dashboard-logs/admin-activity-logs.mdx) [ Report issue ](https://github.com/cloudflare/cloudflare-docs/issues/new/choose) 

Copy page

# Admin activity logs

Admin activity logs record configuration changes made by members of your Cloudflare account. Use these logs to monitor when a member creates, updates, or deletes configurations in your Zero Trust organization.

To view admin activity logs, log in to [Cloudflare One ↗](https://one.dash.cloudflare.com/) and go to **Insights** \> **Logs** \> **Admin activity logs**.

## Explanation of the fields

| Field                | Description                                                 |
| -------------------- | ----------------------------------------------------------- |
| **Action timestamp** | Date and time when the change occurred.                     |
| **Action type**      | Type of action taken (for example, create, update, delete). |
| **Action result**    | Whether the action was successful.                          |
| **Actor email**      | Email address of the user who performed the action.         |
| **Actor IP address** | IP address of the user who performed the action.            |
| **Actor type**       | Type of user that initiated the action.                     |
| **Resource type**    | The type of resource that was changed.                      |
| **Resource product** | The Cloudflare product associated with the resource.        |

## Export admin activity logs

Enterprise users can export admin activity logs using [Logpush](https://developers.cloudflare.com/cloudflare-one/insights/logs/logpush/). For a list of all available fields, refer to [Audit Logs V2](https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/account/audit%5Flogs%5Fv2/).

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/cloudflare-one/","name":"Cloudflare One"}},{"@type":"ListItem","position":3,"item":{"@id":"/cloudflare-one/insights/","name":"Insights"}},{"@type":"ListItem","position":4,"item":{"@id":"/cloudflare-one/insights/logs/","name":"Logs"}},{"@type":"ListItem","position":5,"item":{"@id":"/cloudflare-one/insights/logs/dashboard-logs/","name":"Dashboard logs"}},{"@type":"ListItem","position":6,"item":{"@id":"/cloudflare-one/insights/logs/dashboard-logs/admin-activity-logs/","name":"Admin activity logs"}}]}
```
