ID | {{ .DumpUser.Id }} |
Login | {{ .DumpUser.Login }} |
Type | {{ .DumpUser.Type }} |
GeneratedDisplayname | {{ .DumpUser.CompileDisplayname }} |
Owner | {{ .DumpUser.Owner }} |
UUID | {{ .DumpUser.UUID }} |
Email |
{{ if .DumpUser.Email }}
{{ .DumpUser.Email }}
{{ end }}
|
Top Level Collection Ref | {{ .DumpUser.TopLevelCollectionRef }} |
Created | {{ Datetime .DumpUser.CreatedAt }} |
Updated | {{ Datetime .DumpUser.UpdatedAt }} |
Archived | {{ Datetime .DumpUser.ArchivedAt }} |
Picture |
{{ if .DumpUser.PictureFileID }}
{{ .DumpUser.PictureFileID }}
{{ else }}
-
{{ end }}
|
Groups |
{{ if .DumpUser.Groups }}
{{ else }}
-
{{ end }}
|
Compiled Groups |
|