-createUsers

Create or update a batch of users from a file.

Purpose

The createUsers command creates or updates a batch of users from a file. The createUsers requires a running server.

Parameters

Attribute Description Required Default
fromFile The path to the file containing the users to be created or updated. The format of the file is a comma separated list of user ID, email address, name, and license ID. No users.csv
repositoryURL The connection URL for the server where the users will be stored. No https://localhost:9443/jazz
adminUserId Admin user ID to login to the Jazz™ repository. No ADMIN
adminPassword Admin password to login to the Jazz repository. No ADMIN

Sample

repotools -createUsers fromFile=users.csv

Feedback