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

UserSettingResponse

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

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

public bool DefaultFilterVisibility { get; set; }

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

Gets or sets the default viewer mode.

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 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 bool SavedSearchDefaultsToPublic { get; set; }

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

public bool SkipDefaultPreference { get; set; }

Gets or sets a Boolean value indicating whether the user advances to the next document in the queue that matches the defined view conditions when the user clicks Save and Next.