UserRequest
Represents a DTO used as a request for creating or updating a user.
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 or sets a Boolean value indicating whether filters on all columns are visible by default.
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.
Gets or sets the user's email address in the format name@domain.extension.
Gets or sets the user's preference for email notifications when adding or deleting Users or Groups.
Gets or sets the user's first name.
Gets or sets the default list length for all view in Relativity for the user.
Gets or sets any keywords associated with the user.
Gets or sets the user's last name.
Gets or sets an optional description or other information about the user.
Gets or sets whether the user can to log in to Relativity and be considered for billing under your Relativity license.
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
Gets or sets an IP address or addresses that are valid locations from which the user can log in from.
Gets or sets the user's type. Type is for reference purposes only and has no impact on access or billing.
public UserRequest()
Initializes an instance of the UserRequest class with all properties set to their default values.
Initializes an instance of the UserRequest class with a response object, which is useful for chaining commands.
Allows a UserResponse to be implicitly converted to a UserRequest