retrieve Password Validation Rules With Id

GET {{baseUrl}}/api/tenant/password-validation-rules

Retrieves the password validation rules for a specific tenant. This method requires a tenantId to be provided through the use of a Tenant scoped API key or an HTTP header X-FusionAuth-TenantId to specify the Tenant Id. This API does not require an API key.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"passwordValidationRules":{"breachDetection":{"matchMode":"High","notifyUserEmailTemplateId":"\u003cuuid\u003e","onLogin":"RequireChange","enabled":"\u003cboolean\u003e"},"maxLength":"\u003cinteger\u003e","minLength":"\u003cinteger\u003e","rememberPreviousPasswords":{"count":"\u003cinteger\u003e","enabled":"\u003cboolean\u003e"},"requireMixedCase":"\u003cboolean\u003e","requireNonAlpha":"\u003cboolean\u003e","requireNumber":"\u003cboolean\u003e","validateOnLogin":"\u003cboolean\u003e"}}