User public class User : Artifact Documentation public bool? AdvancedSearchPublicByDefault { get; set; } public string AuthenticationData { get; set; } public bool? BetaUser { get; set; } public bool? CanChangeDocumentViewer { get; set; } public bool? ChangePassword { get; set; } public bool? ChangePasswordNextLogin { get; set; } public bool? ChangeSettings { get; set; } public Client Client { get; set; } public int? DataFocus { get; set; } public Choice DefaultSelectedFileType { get; set; } public DateTime? DisableDate { get; set; } public Choice DocumentSkip { get; set; } public Choice DocumentViewer { get; set; } public string EmailAddress { get; set; } public bool? EnforceViewerCompatibility { get; set; } public string FirstName { get; set; } public string FullName { get; } public FieldValueList<Group> Groups { get; set; } public int? InvalidLoginAttempts { get; set; } public int? ItemListPageLength { get; set; } public bool? KeyboardShortcuts { get; set; } public string LastName { get; set; } public int? MaximumPasswordAge { get; set; } public bool? NativeViewerCacheAhead { get; set; } public string Password { get; set; } public Choice PasswordAction { get; set; } public DateTime? PasswordLastResetOn { get; set; } public bool? RelativityAccess { get; set; } public Choice SendPasswordTo { get; set; } public bool? ShowFilters { get; set; } public Choice SkipDefaultPreference { get; set; } public string TrustedIPs { get; set; } public Choice Type { get; set; } public FieldValueList<Workspace> Workspaces { get; } public List<WorkspaceUserID> WorkspaceUserIDs { get; } public User() public User(int artifactId)