Logo
IdentityNow API Documentation

Get Auth Org Lockout Configuration.

GET {{baseUrl}}/auth-org/lockout-config

This API returns the details of an org's lockout auth configuration.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "maximumAttempts": 5, "lockoutDuration": 15, "lockoutWindow": 5 }



Curl
curl -X GET 'https://tenant.api.identitynow.com/v3/auth-org/lockout-config' -H 'Accept: application/json'

ENDPOINTS