<PackageReference Include="Relativity.Api" Version="10.3.191.8" />

IUserInfo

public interface IUserInfo
Provides a mockable interface with methods to obtain information about the currently logged in user.
int ArtifactID { get; }

Gets the user id.

int AuditArtifactID { get; }

Gets the user id to use for auditing purposes.

Gets the user workspace artifact id to use for auditing purposes.

string EmailAddress { get; }

Gets the email address of the current user.

string FirstName { get; }

Gets the first name of the current user.

string FullName { get; }

Gets the full name of the current user.

string LastName { get; }

Gets the last name of the current user.

Gets the current user workspace artifact id