groupAssignmentAuditReport

Creates a report listing users and groups that were added to or removed from Access Control groups for a specified date range.

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. This report does not contain audit information on when groups were added to or deleted from Access Control.
Sample Group Assignment Audit report

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

Usage

epmAutomate groupAssignmentAuditReport FROM_DATE TO_DATE REPORT_NAME where
  • FROM_DATE is the start date of the period, in YYYY-MM-DD format, for which the report is to be generated.
  • TO_DATE is the end date of the period , in YYYY-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 the downloadFile command.

Example

epmAutomate groupAssignmentAuditReport 2022-03-01 2022-05-01 GroupAssignmentReport.CSV