userAuditReport

Generates a user audit report (.CSV file) and stores it in the default download location.

The User Audit Report contains information on the users who signed into an environment over a specified period of time (maximum last 120 days). It lists the user login ID, the IP address of the computer from which the user logged in, and the date and time (for example, July 28, 2022 18:43:21 UTC) at which the user accessed the environment.

Note:

The User Audit Report lists only one login entry for a user who logged into an Oracle Enterprise Performance Management Cloud environment multiple times within a span of five minutes.


A sample User Audit Report
Use the downloadFile to download the generated report to your computer.

Applies to

Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Enterprise Data Management Cloud, Narrative Reporting, Sales Planning, and Strategic Workforce Planning.

Required Roles

Service Administrator

Usage

epmautomate userAuditReport FROM_DATE TO_DATE REPORT_NAME where:
  • FROM_DATE indicates the start date (in YYYY-MM-DD format) of the period for which the audit report is to be generated
  • TO_DATE indicates the end date (in YYYY-MM-DD format) of the period for which the audit report is to be generated
  • REPORT_NAME is the name of the report file

Note:

This report can be generated only for the last 120 days.

Example

epmautomate userAuditReport 2016-10-15 2016-12-15 myAuditReport.CSV