| 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, JazzProjectAdmins, 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 |
| credentialsFile | The file containing the admin user's login credentials. | No | credentials.properties |
| logFile | Path to the log file. | No | repotools_createUser.log |
repotools -createUser userid=testID name="Test User1" emailAddress=test@companyABC.com
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug