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

IUserFieldInfo

public interface IUserFieldInfo
Information about users in the context of a workspace.
string EmailAddress { get; }

The email address of the user.

string FullName { get; }

The full name of the user given last name, first name. Example: Doe, John

int WorkspaceArtifactID { get; }

The Workspace Artifact ID of the current user info.

int WorkspaceUserID { get; }

The Workspace User ID of the current user info.