---
title: "Audit Log Report"
slug: "audit-log-report"
updated: 2022-03-02T16:11:35Z
published: 2022-03-02T16:11:35Z
canonical: "support.smarteru.com/audit-log-report"
---

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

# Audit Log Report

The Audit Log Report enables you to view operations on:

- [Certifications](https://support.smarteru.com//v1/docs/certifications)
- [Courses](https://support.smarteru.com//v1/docs/courses)
- [Groups](https://support.smarteru.com//v1/docs/groups)
- [Learning plans](https://support.smarteru.com//v1/docs/learning-plans)
- [Requirements](https://support.smarteru.com//v1/docs/requirements)
- [Users](https://support.smarteru.com//v1/docs/users)

![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/about-the-audit-log-report-image-xu6f26ay.png)

An entry in the Audit Log Report is only made after the change is saved. If multiple changes were made to an object before it was saved, the Audit Log Report will only include one entry. For example, if you update a course's name and it's due date before saving your changes, there will only be one entry for the update operation. If you had clicked Save after changing the course's name, then clicked Save again after changing the due date, there would be two entries in the Audit Log Report. Keep in mind that even though you saved twice in the second example, the Audit Log Report won't include information on what settings were changed.

In order to make it easier for you to find entries in the Audit Log Report, it includes [filters for several columns](/v1/docs/running-the-audit-log-report#object-type-filters) and also supports [filters in the grid to search for specific content](https://support.smarteru.com//v1/docs/searching-the-audit-log-report).

## **Who Has Access**

[Administrators and owners](/v1/docs/user-profile-information#access-level) have access to the Audit Log Report.

## **Default Audit Log Report Columns**

The results of the Audit Log Report are displayed in a grid. The default columns in the grid are as follows:

| **Column** | **Description** |
| --- | --- |
| **Logged** | The date and time the operation was recorded. There may be a slight delay between when the operation occurred and when it is logged in the report. |
| **User** | The user who performed the operation. The name reflects the current name of the user. For example, if a user's name was changed from *Veronica Scott* to *Veronica Lodge*, the name displayed will be the user's current name (i.e., *Veronica Lodge*). |
| **Operation** | Indicates whether the object was created or updated. |
| **Object** | The name of the object (i.e., certification, course, group, learning plan, requirement, or user) that was created or updated. The name displayed reflects the current name of the object. For example, if a course's name was changed from *Customer Service* to *Retail Customer Service*, the name displayed will be the course's current name (i.e., *Retail Customer Service*). |
| **Origin** | The workscreen or API from which the operation occurred. - Certification Workscreen - The certification was [added](https://support.smarteru.com//v1/docs/adding-a-certification) or [edited](https://support.smarteru.com//v1/docs/editing-a-certification) from the Add/Edit Certification workscreen in the [Learning Plans Dashboard](https://support.smarteru.com//v1/docs/learning-plans-dashboard). - Course Historical Training - The [historical course was added](https://support.smarteru.com//v1/docs/adding-a-historical-training-course) from the Instructor-Led Training Historical Entry workscreen in the [Enrollments Dashboard](https://support.smarteru.com//v1/docs/enrollments-dashboard). - Course Workscreen - The [online](https://support.smarteru.com//v1/docs/courses-online), [SCORM](https://support.smarteru.com//v1/docs/courses-scorm), or [instructor-led course](https://support.smarteru.com//v1/docs/courses-instructor-led) was added or edited from the Course Information workscreen in the [Courses Dashboard](https://support.smarteru.com//v1/docs/courses-dashboard). - Group API - The group was added using the [createGroup](https://support.smarteru.com//v1/docs/api-creategroup) API method, or edited using the [updateGroup](https://support.smarteru.com//v1/docs/api-updategroup) API method. - Group Workscreen - The group was [added](https://support.smarteru.com//v1/docs/adding-a-group) or [edited](https://support.smarteru.com//v1/docs/editing-a-group) from the Add/Edit Group workscreen in the [Groups Dashboard](https://support.smarteru.com//v1/docs/groups-dashboard). - Learning Plan API - The learning plan was added using the [createRole](https://support.smarteru.com//v1/docs/api-createrole) API method, or updated using the [updateRole](https://support.smarteru.com//v1/docs/api-updaterole) API method. - Learning Plan Workscreen - The learning plan was [added](https://support.smarteru.com//v1/docs/adding-an-advanced-learning-plan) or [edited](https://support.smarteru.com//v1/docs/editing-a-learning-plan) from the Add/Edit Learning Plan workscreen in the [Learning Plans Dashboard](https://support.smarteru.com//v1/docs/learning-plans-dashboard). - Quick User Add - The user was [added from the Quick User Add workscreen](https://support.smarteru.com//v1/docs/adding-a-user-with-quick-user-add). - Requirement Workscreen - The requirement was [added](https://support.smarteru.com//v1/docs/adding-a-requirement) or [edited](https://support.smarteru.com//v1/docs/editing-a-requirement) from the Add/Edit Requirement workscreen in the [Learning Plans Dashboard](https://support.smarteru.com//v1/docs/learning-plans-dashboard). - User API - The user was added using the [createUser](https://support.smarteru.com//v1/docs/api-createuser) API method, or updated using the [updateUser](https://support.smarteru.com//v1/docs/api-updateuser) API method. - User Import - The user was added or edited using the [user import process](https://support.smarteru.com//v1/docs/importing-users). - User Profile - The user's information was [edited from the User Profile workscreen](https://support.smarteru.com//v1/docs/editing-your-profile). - User Workscreen - The user was [added](https://support.smarteru.com//v1/docs/adding-a-user-manually) or [edited](https://support.smarteru.com//v1/docs/editing-a-user-manually) from the User Profile workscreen in the [Users Dashboard](https://support.smarteru.com//v1/docs/users-dashboard). |
| **Notes** | A summary of the operation. The Notes column displays the value of the user and object at the time the operation was logged. For example, if Ann Lee changed a user's name from *Veronica Scott* to *Veronica Lodge*, the entry in the Notes column would display, *Veronica Scott updated by Ann Lee*. |

## Related

- [Enrollment Audit Log](/enrollment-audit-log.md)
- [Running the Audit Log Report](/running-the-audit-log-report.md)
- [Searching the Audit Log Report](/searching-the-audit-log-report.md)
