Pincode rules

Retrieve pincode rules

GET /api/v1/tenants/(string: tenant_id)/passcode_rules/

The API implemented using the GroupPortalPasscodeRulesGetRequest.

Update pincode rules

PUT /api/v1/tenants/(string: tenant_id)/password_rules/

The API implemented using the ServiceProviderPortalPasscodeRulesModifyRequest.

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.