exportAccessControl

Exports user details report, which contains information on the users who have predefined roles in the environment and lists attributes of each user (such as name and email) as well as information on their access (such as assignment to Groups, Teams, and Organizations), to a CSV or XLS file.

A sample report:
Illustration of an Access Control Report

You can download this report using the downloadFile command.

Applies to

Account Reconciliation

Required Roles

Service Administrator

Usage

epmAutomate exportAccessControl REPORT_NAME [reportFormat=XLS|CSV] where:

  • REPORT_NAME is the name of the export file that will contain the report.
  • reportFormat, optionally, is the file format. Valid values are XLS and CSV (default).

Example

epmAutomate exportAccessControl aclreport.xls reportFormat=XLS