groupAssignmentAuditReport
Creates a report listing users and groups that were assigned to or unassigned (removed) from IDCS and EPM groups for a specified date range. This report can be generated for a maximum of 120 days.
This report, which is generated as a CSV file, can be used to support security audit operations.
Each row of the generated CSV file provides the user or group that was added or removed,
the group to which the user or group was added or removed from, the group type, the Service Administrator who performed the action, and the
date and time when the action was completed. 
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, Strategic Workforce Planning, and Sales Planning.Required Roles
- Service Administrator
- Any predefined role and the Access Control - Manage granular role
- Any predefined role and the Access Control - View granular role
Usage
epmAutomate
groupAssignmentAuditReport FROM_DATE TO_DATE REPORT_NAME.csv where
FROM_DATEis the start date of the period, inYYYY-MM-DDformat, for which the report is to be generated.TO_DATEis the end date of the period, inYYYY-MM-DDformat, for which the report is to be generated.REPORT_NAMEis the name of a CSV file for the report. You can download the generated report using thedownloadFilecommand.
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_DATEcannot be earlier than the allowed maximum retention period (120 days) from the current date. - The
TO_DATEcannot be later than the maximum retention period from theFROM_DATE. - The
TO_DATEcannot be earlier than theFROM_DATE.
Example
epmAutomate
groupAssignmentAuditReport 2025-10-01 2026-01-10
GroupAssignmentReport.CSV