Repotools command that creates new user and assigns a license,
or updates existing user.
Purpose
The createUser command
creates a new user and assigns a license. If a user with the specified
user ID exists, that user will be updated with the name, email address,
and license provided. The createUser command
requires a running server.
Parameters
| Attribute |
Description |
Required |
Default |
| userId |
The ID of the user to be created or updated. |
Yes |
N/A |
| name |
The name of the user. The default value is the user ID. |
No |
user ID |
| emailAddress |
The email address of the contributor. |
No |
unknown |
| jazzGroup |
The group that the user is the member of. Valid values are:
JazzAdmins, JazzDWAdmins, JazzUsers, JazzGuests |
No |
JazzUsers |
| licenseId |
The ID of the license to be assigned to the user. The license
must exist. |
No |
none |
| 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 -createUser userid=testID name="Test User1" emailAddress=test@companyABC.com