Skip to main content
GET
Get Guardian Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns the Guardian settings.

display_remember_me_checkbox
boolean
default:true
required

Determines whether to display the "Remember Me" checkbox on the MFA prompt in Universal Login.

remember_me_default_value
boolean
default:false
required

Determines the default state of the "Remember Me" checkbox on the MFA prompt in Universal Login.

mfa_session_inactivity_timeout
integer
default:604800
required

Duration of inactivity after which the user will be prompted for MFA. Represented as seconds. Minimum duration is 1 hour, maximum is 30 days, and cannot exceed the overall timeout.

Required range: 3600 <= x <= 2592000
mfa_session_overall_timeout
integer
default:2592000
required

Maximum duration after which the user will be prompted for MFA regardless of activity. Represented as seconds. Minimum duration is 1 hour, maximum is 90 days.

Required range: 3600 <= x <= 7776000