Skip to main content

Update Google Authenticator settings

PUT 

/api/web/v1/settings/google

Update Google Authenticator settings. Caller requires the SETTINGS:EDIT permission.

Request

Body

required

    maxResetTimeSteps int32

    Possible values: >= 1 and <= 1200

    The maximum number of 30 second timestamps that a result response is validated. Default is 120.

    maxTimeSteps int32

    Possible values: >= 1 and <= 120

    The maximum number of 30 second timesteps over which a response is validated. The default is 10.

Responses

Successful

Loading...