Pincode rules

Retrieve pincode rules

GET /api/v1/system/passcode_rules/

The API implemented using the SystemPortalPasscodeRulesGetRequest.

Update pincode rules

PUT /api/v1/system/password_rules/

The API implemented using the SystemPortalPasscodeRulesModifyRequest.

Additional informations

Request JSON Object:
  • numberOfRepeatedDigits (integer) – Value between 1 and 6.

  • numberOfAscendingDigits (integer) – Value between 2 and 5.

  • numberOfDescendingDigits (integer) – Value between 2 and 5.

  • numberOfPreviousPasscodes (integer) – Value between 1 and 10.

  • minCodeLength (integer) – Value between 2 and 15.

  • maxCodeLength (integer) – Value between 3 and 30.

  • maxFailedLoginAttempts (integer) – Value between 2 and 10.

  • passcodeExpiresDays (integer) – Value between 15 and 180.

  • loginDisabledNotifyEmailAddress (string) – Maximum length 80, can be empty.

  • defaultPassword (string) – Length between 1 and 60.