Password Rule by ID

GET {{biBaseURL}}/PasswordRules/:id

RESPONSES

status: OK

"[\r\n    {   \r\n        \"PasswordRuleID\" : \"int\", \r\n        \"Name\" : \"string\", \r\n        \"Description\" : \"string\", \r\n        \"MinimumLength\" : \"int\", \r\n        \"MaximumLength\" : \"int\",\r\n        \"FirstCharacterRequirement\" : \"char\", \r\n        \"LowercaseRequirement\" : \"char\", \r\n        \"UppercaseRequirement\" : \"char\", \r\n        \"NumericRequirement\" : \"char\", \r\n        \"SymbolRequirement\" : \"char\", \r\n        \"ValidLowercaseCharacters\" : char[], \r\n        \"ValidUppercaseCharacters\" : char[], \r\n        \"ValidSymbols\" : char[],\r\n        \"EnabledProducts\" : \"int\"\r\n    }\r\n]"