Get Lockout Settings
GET/v2/settings/lockout
Get the lockout settings for the requested context. This can be the instance or an organization. In case of an organization, the returned settings will fall back to the instance settings if not explicitly set on the organization.
Lockout settings define how many failed attempts are allowed before a user is locked out.
Required permissions:
policy.read
Request​
Responses​
- 200
- 403
- 404
- default
OK
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.