updateUsers
Modifies attributes such as email, first name, and last name of Oracle Fusion Cloud Enterprise Performance Management users in an identity domain using the new values identified in an ANSI or UTF-8 encoded Comma Separated Value (CSV) file that was uploaded to the environment.
A Service Administrator uses the uploadFile command to upload files
to an environment. Excepting the First Name, all columns in the CSV file are mandatory.
This command validates the value in each column of a definition and displays error
messages that identify each missing or invalid value. The CSV input file format is as
follows
First Name,Last Name,Email,User Login
Jane,Doe,jane.doe@example.com,jdoe
John,Doe,john.doe@example.com,john.doe@example.com
,example,example@example.com,example@example.comIf the User Login value in the CSV file matches an account that exists in the identity domain, the command modifies the user account to match the values in the input file. Because user accounts are common to all environments that an identity domain supports, updated user information is available to all the environments that share the application roles and granular roles assigned to the user are not affected by this command
Note:
- You cannot use this command to modify User Login values.
- You are not permitted to modify your own account attributes.
- Input file containing multi-byte characters must use UTF-8 character encoding.
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, Strategic Workforce Planning, and Sales Planning.Required Roles
Identity Domain Administrator and any application roleUsage
epmautomate updateUsers FILE_NAME where FILE_NAME is the name of a CSV file containing the user information to modify.
Example
epmautomate updateUsers update_user_info.csv