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

Relativity.Identity.V1.UserModels.User

public class User : UserRef
Represents a user.
public int AclUserID { get; }

Gets or sets the AclUserID used for determining user permissions

public DateTime CreatedOn { get; set; }

Gets or sets the date the user was created.

public string FirstName { get; set; }

Gets or sets the first name.

public int ItemListPageLength { get; set; }

Gets or sets the length of the item list page.

public string LastName { get; set; }

Gets or sets the last name.

public bool ShowFilters { get; set; }

Gets or sets a value indicating whether filters should be shown or not.

public User()

Initializes a new instance of the User class.

public User(int artifactID)

Initializes a new instance of the User class with specified Artifact ID.