REST API Method: POST /rest/globalsecurityoptions

Modifies elements and values of the Global User Security Options.

URL:

https://192.168.0.111/rest/globalsecurityoptions

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ConfigIEStateNoYesEnum1Possible values:
  • 0 - esDISABLED
  • 1 - esENABLED
Specifies the Administrative State of the resource.
EnhPassSecurityNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether to enforce password security requirements.
MinPassLenYesNoint8Possible values:
  • 6 - Minimum
  • 16 - Maximum
Specifies the minimum allowed password length.
MinPassUpperYesNoint1Possible values:
  • 1 - Minimum
  • 4 - Maximum
Specifies the minimum number of upper case characters which must exist in the password.
MinPassLowerYesNoint1Possible values:
  • 0 - Minimum
  • 4 - Maximum
Specifies the minimum number of lower case characters which must exist in the password.
MinPassDigitsYesNoint1Possible values:
  • 0 - Minimum
  • 4 - Maximum
Specifies the minimum number of digits which must exist in the password.
MinPassSpecialYesNoint1Possible values:
  • 0 - Minimum
  • 4 - Maximum
Specifies the minimum number of special characters which must exist in the password.
MinPassDeltaYesNoint1Possible values:
  • 1 - Minimum
  • 8 - Maximum
Specifies the minimum number of characters that must be different than previous password.
MaxPassConsecYesNoEnum0Possible values:
  • 0 - eNoRestriction
  • 1 - eOne
  • 2 - eTwo
  • 3 - eThree
  • 4 - eFour
Specifies the maximum number of identical consecutive characters allowed in the password.
SetPasswordLifeNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether to enforce password lifetime.
MaxPassLifeYesNoint180Possible values:
  • 30 - Minimum
  • 365 - Maximum
Specifies the number of days since last password change that current password will expire.
NumFailedLoginsForLockoutYesNoint3Possible values:
  • 0 - Minimum
  • 10 - Maximum
Specifies the number of failed consecutive login attempts before user will be temporarily locked out.
LockoutDurationYesNoint5Possible values:
  • 1 - Minimum
  • 120 - Maximum
Specifies the lockout duration (in minutes) for a user with too many failed login attempts.
PasswordRecoveryNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether password recovery is enabled. (Used when all administrator user passwords are forgotten)
PasswordDisplayNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether password is displayed for a short amount of time as it is being typed for better password control and to prevent mistakes in entering the password.
ExpAckPreLoginInfoNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether the explicit acknowledgement of pre-login information is enabled.
TestCallNoNoEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies whether the Test a Call should be enabled or not

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels