<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

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 UserInfo()