addUsersToTeam
Adds Oracle Fusion Cloud Enterprise Performance Management 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 not case-sensitive. A Service Administrator uses the uploadFile command to load this file to the environment. 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
- Any predefined role and the Teams - Manage application role
- Any predefined role and the Users - Manage application role
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 theuploadFile
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