# Get password policy configuration Retrieve the password policy for all accounts (tenants). Endpoint: GET /resources/configurations/v1/password Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The account (tenant) ID identifier ## Response 200 fields (application/json): - `allowPassphrases` (boolean) - `maxLength` (number) - `minLength` (number) - `minPhraseLength` (number) - `minOptionalTestsToPass` (number) - `blockPwnedPasswords` (boolean, required) - `optionalTests` (object) - `requiredTests` (object)