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

UserSettingRequest

public class UserSettingRequest
Represents a request for updating a user's settings.
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 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.

Initializes an instance of the UserSettingsRequest class with all properties set to their default values.

public UserSettingRequest(UserSettingResponse userSettingResponse)

Initializes an instance of the UserSettingsRequest class with a response object, which is useful for chaining commands.

Allows a UserSettingResponse to be implicitly converted to a UserSettingRequest