Upload CSV
{{if .FlashError}} {{end}} {{if .FlashSuccess}} {{end}}Available Roles
Use the role names from this list in the CSV roles column.
| ID | Name | Description | Global |
|---|---|---|---|
| {{.ID}} | {{.Name}} | {{.Description}} | {{if .Global}}Yes{{else}}No{{end}} |
Import Summary
Processed file: {{.ImportSummary.ProcessedFilename}} at {{.ImportSummary.ProcessedAt.Format "2006-01-02 15:04 MST"}}.
- Total rows: {{.ImportSummary.TotalRows}}
- Users created: {{.ImportSummary.UsersCreated}}
- Rows failed: {{.ImportSummary.RowsFailed}}
- Role assignments succeeded: {{.ImportSummary.RoleAssignments}}
- Role assignments failed: {{.ImportSummary.RoleAssignmentErrors}}
Import Details
| Row | Username | User Result | Role Assignments | Processing Time | |
|---|---|---|---|---|---|
| {{.Row}} | {{.Username}} | {{.Email}} | {{if .Error}} {{else if .Created}} Created (#{{.UserID}}) {{else}} Skipped {{end}} |
{{if .RoleAssignments}}
|
{{.ProcessingTime}} |