Upload Update 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}} |
Update Summary
Processed file: {{.UpdateSummary.ProcessedFilename}} at {{.UpdateSummary.ProcessedAt.Format "2006-01-02 15:04 MST"}}.
- Total rows: {{.UpdateSummary.TotalRows}}
- Users updated: {{.UpdateSummary.UsersUpdated}}
- Rows failed: {{.UpdateSummary.RowsFailed}}
- Role assignments succeeded: {{.UpdateSummary.RoleAssignments}}
- Role assignments failed: {{.UpdateSummary.RoleAssignmentErrors}}
- Lookups by username: {{.UpdateSummary.LookupsByUsername}}
- Lookups by userId: {{.UpdateSummary.LookupsByID}}
Update Details
| Row | User | Lookup | Updated Fields | Result | Role Assignments | Processing Time |
|---|---|---|---|---|---|---|
| {{.Row}} | {{if .UserID}} #{{.UserID}} {{end}} {{if .Username}} ({{.Username}}) {{end}} | {{.LookupMethod}} |
{{if .UpdatedFields}}
|
{{if .Error}} {{else if .Updated}} Updated {{else}} Skipped {{end}} |
{{if .RoleAssignments}}
|
{{.ProcessingTime}} |