globalLockoutConfig
Get the lockout configurations of the global organization.
Returns
Sample
{
"data": {
"globalLockoutConfig": {
"accountAutoUnlockDurationInMins": 0,
"isAutoUnlockFeatureEnabled": true,
"isBruteForceLockoutEnabled": true,
"isSelfServiceEnabled": true,
"loginAttemptsLimit": 0,
"selfServiceAttemptsLimit": 0,
"inactiveLockoutConfig": {
"inactivityDaysLimit": 0,
"isInactiveLockoutEnabled": true,
"isSelfServiceUnlockEnabled": true,
"isWarningEmailEnabled": true,
"numDaysBeforeWarningEmail": 0
}
}
}
}