userLoginReport
Generates the User Login Report containing information on the users who accessed the environment within a specified date range The report lists the user name, IP address of the device used to access the environment, and the date and time (UTC) at which the user accessed the environment.
You can create this report for any date range within the last 120 days.

Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Account Reconciliation, Profitability and Cost Management, Enterprise Profitability and Cost Management, Oracle Fusion Cloud Enterprise Data Management, Narrative Reporting, Sales Planning, and Strategic Workforce Planning.Required Roles
- Service Administrator
- Any predefined role and the Access Control - Manage application role
Usage
epmautomate userLoginReport FROM_DATE TO_DATE
REPORT_NAME
where:
FROM_DATE
indicates the start date (inYYYY-MM-DD
format) of the period for which the report is to be generatedTO_DATE
indicates the end date (inYYYY-MM-DD
format) of the period for which the report is to be generatedREPORT_NAME
is the name of the report file (.CSV format)
Note:
Oracle Fusion Cloud Enterprise Performance Management ensures that only valid date range is used during report generation. These validations are performed for the from and to dates:- The
FROM_DATE
cannot be earlier than the allowed maximum retention period (120 days) from today's date. - The
TO_DATE
cannot be later than the maximum retention period from theFROM_DATE
date. - The
TO_DATE
cannot be earlier than theFROM_DATE
.
Note:
This report can be generated only for the last 120 days because Cloud EPM maintains user login audit history for the last 120 days only.Example
epmautomate userLoginReport 2025-08-01 2025-09-25
myEPMLoginReport.CSV