updateUsers

Modifies attributes such as email, first name, and last name of Oracle Enterprise Performance Management Cloud 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.

You use the uploadFile command to upload files to an environment. All columns in the CSV file are mandatory; you must provide a valid entry in each column. This command validates each definition for these mandatory values and displays error message that identifies each missing or invalid value. The 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

If 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 identity domain. Predefined and application-specific 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. Using ANSI encoding causes issues in how user information is displayed in My Services screens.

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

Identity Domain Administrator and any predefined role (Service Administrator, Power User, User, or Viewer)

Usage

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