# Lockout policy ## Create lockout policy - [POST /resources/configurations/v1/lockout-policy](https://developers.frontegg.com/ciam/api/identity/lockout-policy/lockoutpolicycontroller_createlockoutpolicy.md): 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. ## Update lockout policy - [PATCH /resources/configurations/v1/lockout-policy](https://developers.frontegg.com/ciam/api/identity/lockout-policy/lockoutpolicycontroller_updatelockoutpolicy.md): Update the lockout policy for all accounts (tenants). To disable the lockout policy, set the enabled parameter to false. You can also update the maximumAttempts value as desired. ## Get lockout policy - [GET /resources/configurations/v1/lockout-policy](https://developers.frontegg.com/ciam/api/identity/lockout-policy/lockoutpolicycontroller_getlockoutpolicy.md): Retrieve the lockout policy for all accounts (tenants) or for a specific account (tenant).