addUsersToTeam

Adds Oracle Enterprise Performance Management Cloud users listed in a CSV file to an existing team.

If a user included in the CSV file is already a member of the team, this command ignores that user. The values in this file are nto case-sensitive. The CSV file format is as follows:

User Login, primary_user
jdoe, yes
jane.doe@example.com,no

Note:

A primary user is, by default, designated to perform the tasks that are assigned to the team.

Applies to

Financial Consolidation and Close, Tax Reporting, and Account Reconciliation.

Required Roles

Service Administrator, Power User, User, Viewer

Users with Power User, User, and Viewer predefined roles may require additional application roles.

Usage

epmautomate addUsersToTeam FILE TEAM_NAME where:
  • FILE identifies a UTF-8 formatted CSV file listing the login IDs of users to add to the team. Before running this command, use the uploadFile command to upload files to an environment.
  • TEAM_NAME identifies a team name as defined in Access Control. This value is not case-sensitive.

Example

epmautomate addUsersToTeam example_users.csv example_team