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

# Audit Events

<a href="/release-notes/2026.10"><Badge className="version-badge" color="blue">Updated in 2026.10</Badge></a>

The *Audit Events* interface allows users with the `admin` and `fullUserSupport` roles to track events at an organization-wide level. For installations integrated with NiCE CXone, this interface also tracks user, tenant, and role sync events triggered by the integration. You can also track events related to this integration in the [Activity Audit Report](https://help.nicecxone.com/content/reporting/prebuiltreportsaudit/activityauditreport.htm) in NiCE CXone.

You can access the **Audit Events** page using one of the following options:

* Click **User Menu > Admin Center** on the **Main** page, then select **Audit Events** from the left-side menu.
* Select **Admin Center** from the User Menu in the bottom-left corner of the **Project** page, then select **Audit Events** from the left-side menu.

## Working with the Audit Events Interface

<AccordionGroup>
  <Accordion title="View List of Audit Events">
    The list of audit events displays all events that occurred in the past 30 days. You can filter and sort the events.

    | Column Name   | Description                                                                                                                |
    | ------------- | -------------------------------------------------------------------------------------------------------------------------- |
    | Type          | The category of the event, such as `Action`, `Create`, `Replace`, `Patch`, `Delete`, `Authorization`, or `Authentication`. |
    | Action        | The specific action that triggered the event, such as `cancelTask`, `addRoleToUser`, or `addProjectMember`.                |
    | Resource Type | The type of resource involved in the event, such as Project, Node, Flow, and others.                                       |
    | Timestamp     | The exact date and time when the event occurred.                                                                           |
    | Project       | The identification number of the Project where the event occurred.                                                         |
    | User Email    | The email address of the user who triggered the event, identifying the responsible party.                                  |
  </Accordion>

  <Accordion title="View User Details">
    To view the details of the user who initiated the audit event, follow these steps:

    1. Access the **Audit Events** page using one of the following options:
       * Click **User Menu > Admin Center** on the **Main** page, then select **Audit Events** from the left-side menu.
       * Select **Admin Center** from the User Menu in the bottom-left corner of the **Project** page, then select **Audit Events** from the left-side menu.
    2. On the **Audit Events** page, click the user's email in the audit event row. The system will open a window showing the user's Projects and roles within the organization.
  </Accordion>

  <Accordion title="View Event Chain">
    To view an event chain, follow these steps:

    1. Access the **Audit Events** page using one of the following options:
       * Click **User Menu > Admin Center** on the **Main** page, then select **Audit Events** from the left-side menu.
       * Select **Admin Center** from the User Menu in the bottom-left corner of the **Project** page, then select **Audit Events** from the left-side menu.
    2. On the **Audit Events** page, hover your cursor over an audit event row to view the event's chain. The system will display the dependencies of all resources related to the event. For example, for the Node resource type, the dependencies will appear in the following format:

       ```txt theme={null}
       locale 67291073e1a6d2732253b620
         → flow 6732fb2eb23a1561e0c4a91b
            → node 6732fc9903cb134f00e349ad
       ```
  </Accordion>

  <Accordion title="View Audit Event Details">
    To view audit event details, follow these steps:

    1. Access the **Audit Events** page using one of the following options:
       * Click **User Menu > Admin Center** on the **Main** page, then select **Audit Events** from the left-side menu.
       * Select **Admin Center** from the User Menu in the bottom-left corner of the **Project** page, then select **Audit Events** from the left-side menu.
    2. On the **Audit Events** page, select an event from the list. The **Raw Event Details** window appears on the right side of the page.

    The event is displayed in JSON format. You can copy the event data by clicking <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" /> **> Copy Event Details**.
  </Accordion>
</AccordionGroup>

## More Information

* [Admin Center Dashboard](/ai/administer/access/admin-center/dashboard)
* [Admin Center](/ai/administer/access/admin-center/overview)
* [Access Control](/ai/administer/access/admin-center/access-control)
