# Create lockout policy Create a lockout policy for all accounts (tenants). To enable the lockout policy, set the enabled parameter to true and configure the maximumAttempts value as desired. Endpoint: POST /resources/configurations/v1/lockout-policy Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The account (tenant) ID identifier ## Request fields (application/json): - `enabled` (boolean, required) Determine whether the Lockout Policy is enabled - `maxAttempts` (number, required) The number of the maximum login attempts user can do ## Response 201 fields (application/json): - `id` (string, required) - `enabled` (boolean, required) - `maxAttempts` (number, required) - `createdAt` (string, required) - `updatedAt` (string, required) ## Response 409 fields