User/{{ .DumpUser.Id }}

→ Show in Index

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

Rights

{{ template "right_list" .DumpUser.RightList }}

Compiled Rights

{{ template "right_list" .DumpUser.CompiledRightList }}

Generated Rights

{{ template "right_map" .DumpUser.GeneratedRights }}

Msg Confirms

{{ range $idx, $msg := .MsgConfirms }}
Message Version Confirmed At
{{ $msg.MessageID }} {{ $msg.Version }} {{ Datetime $msg.ConfirmedAt }} {{ end }}

System Rights

{{ template "right_map" .DumpUser.SystemRights }}

Compiled System Rights

{{ template "right_map" .DumpUser.CompileUserSystemRights }}

All Rights

{{ template "right_list" .AllRights }}

API

{{ template "jsontree" .DumpUser.DebugApi }}

API Index

{{ template "jsontree" Marshal .IndexUser.ObjectToApiIndex }}