<PackageReference Include="Relativity.Server.Productions.SDK" Version="24000.0.1" />

Relativity.Productions.Services.Interfaces.V1.DTOs.UserRef

public class UserRef
Represents a User in a Workspace
public int ArtifactID { get; set; }

ArtifactID of the User

public string Name { get; set; }

Name of the User

public UserRef()