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

UserResponse

Represents the results of a read operation on a user.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the artifact.

public bool AllowSettingsChange { get; set; }

Gets or sets a Boolean value indicating whether the user will be able to change a limited number of their settings.

Gets or sets the Securable<T> identifier for the client associated with the user.

Gets the Artifact ID and name of the user who created the artifact.

public DateTime CreatedOn { get; set; }

Gets the date and time when the artifact was added to Relativity.

public bool DefaultFilterVisibility { get; set; }

Gets or sets a Boolean value indicating whether filters on all columns are visible by default.

public DateTime? DisableOnDate { get; set; }

Gets or sets the date when the user's Relativity access will be auto-disabled.

Gets or sets user properties that are related to the document viewer.

public string EmailAddress { get; set; }

Gets or sets the user's email address in the format name@domain.extension.

public EmailPreference EmailPreference { get; set; }

Gets or sets the user's preference for email notifications when adding or deleting Users or Groups.

public string FirstName { get; set; }

Gets or sets the user's first name.

public int ItemListPageLength { get; set; }

Gets or sets the default list length for all view in Relativity for the user.

public string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

public DateTime? LastLoginDate { get; set; }

Gets or sets the date when the user last logged in.

Gets the Artifact ID and name of the user who recently updated the artifact.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the artifact was most recently updated.

public string LastName { get; set; }

Gets or sets the user's last name.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current artifact.

public string Notes { get; set; }

Gets or sets an optional description or other information about the artifact.

public bool RelativityAccess { get; set; }

Gets or sets whether the user can to log in to Relativity and be considered for billing under your Relativity license.

public bool SavedSearchDefaultsToPublic { get; set; }

Gets or sets a Boolean value indicating whether saved searches are public or private by default.

public string TrustedIPs { get; set; }

Gets or sets an IP address or addresses that are valid locations from which the user can log in from.

public DisplayableObjectIdentifier Type { get; set; }

Gets or sets the user's type. Type is for reference purposes only and has no impact on access or billing.

public UserResponse()