Description: Configures the user lock policy that locks users out of their account if the number of repeated incorrect login attempts exceeds the configured maximum allowed.
Security: Requires a valid admin user
Usage: PUT /artifactory/api/security/userLockPolicy
Produces: application/text
Since: 4.4
Sample Request:
PUT https://[JFrogPlatformURL]/artifactory/api/security/userLockPolicy
{
"enabled" : true|false,
"loginAttempts" : {value}
}'