Section | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Field/Column Name | Description | ||
---|---|---|---|
userId | The unique user id used for login. Required | ||
tenant | The tenant identifier is optional. If not supplied, it defaults to the current tenant. Attempts to upload users for another tenant shows a validation error. | ||
password | For newly inserted users, the plain text password. Always blank on download. Default passwords should be provided especially if you are using a tenant configured with the SAML Security Manager. If you are using the Default Security Manager, users can then be instructed to change the password on first login using the Manage Personal Information option. | ||
firstName | User's first name. | ||
lastName | User's last name. | ||
User's email address. Required | |||
enabled | Set to 'true' to enable the user | ||
reportsTo | The userId of the user that the user reports to, if any. | ||
roles | A list of the user's roles, separated by the '|' character. Roles are inserted as necessary. Spaces are not allowed in role names. Role names cannot contain more than 100 characters. | ||
transaction | Either blank or 'DELETE'. If DELETE then the user will be removed. Otherwise, the user is updated if it exists or inserted as necessary | .notifyIfNewUser | A value of 'true' will send an email to users prompting them to create a new password. A value of 'false' will not notify users . |
Info |
---|
|
...
You will see this message with the number of roles and users that were created: "Users Loaded successfully. 3 Added, 1 Updated, 0 Deleted, 4 Roles Added." Uploading an empty users file displays the message "Users file is empty".
...
Tip |
---|
|
...