Description: Returns the currently configured user lock policy.
Security: Requires a valid admin user
Usage: GET /artifactory/api/security/userLockPolicy
Produces: application/json
Since: 4.4
Sample Request:
GET https://[JFrogPlatformURL]/artifactory/api/security/userLockPolicy
'{
"enabled" : true|false,
"loginAttempts" : {value}
}'