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

User

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

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.