<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Interfaces.UserInfo.Models.UserInfo

public class UserInfo
Represents information about a user obtain from the admin-level context.
public int ArtifactID { get; set; }

Gets or sets the ArtifactID field of a User object.

public string Email { get; set; }

Gets or sets the EmailAddress field of a User object.

public string FullName { get; set; }

Gets or sets the FullName field of a User object.

public DateTime? LastLoginDate { get; set; }

Gets or sets the LastLoginDate field of a User object.

public bool RelativityAccess { get; set; }

Gets or sets the RelativityAccess field of a User object.

public UserInfo()