Click or drag to resize
ClientUserChangeSetting Method
Changes the specified setting on the specified user.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserChangeSetting(
	string Username,
	string SettingName,
	string NewValue
)

Parameters

Username
Type: SystemString
Username to change setting for.
SettingName
Type: SystemString
Name of setting to change.
NewValue
Type: SystemString
Value to apply to setting.

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
Possible values of SettingName and the appropriate values include:
authmethod20 = MOVEit Only, 10 = External Only, 0 = Both
defaultfolderAny valid MOVEit Transfer folder path
emailAny valid email address
emailformat1 = HTML, 2 = Text
exemptfromexpiration0 = No, 1 = Yes
forcepasswordchange0 = No, 1 = Yes
languageAny supported international language code
notesAny string
notification0 = No, 1 = Yes, 2 = Yes+Admin
permission30 = Admin, 20 = FileAdmin, 10 = User, 6 = TempUser
quota0 = none, 1-9,223,372,036,854,775,807 = quota size (in bytes)
realnameAny string
See Also