groupAssignmentAuditReport
Creates a report listing users and groups that were assigned to or unassigned (removed) from Access Control 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 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 application role
- Any predefined role and the Access Control - View application role
Usage
epmAutomate groupAssignmentAuditReport FROM_DATE TO_DATE REPORT_NAME
where
FROM_DATE
is the start date of the period, inYYYY-MM-DD
format, for which the report is to be generated.TO_DATE
is the end date of the period , inYYYY-MM-DD
format, for which the report is to be generated.REPORT_NAME
is the name of a CSV file for the report. You can download the generated report using thedownloadFile
command.
Example
epmAutomate groupAssignmentAuditReport 2022-03-01 2022-05-01 GroupAssignmentReport.CSV