get_mfa_events

Gets all multi-factor authentication events.

Path:
/lib/get_mfa_events.js

Parameters:

NameTypeDescription
startDateIncrementIntegerThe number of days in the past after which, mfa events are to be retrieved.
endDateIncrementIntegerThe number of days in the past before which, mfa events are to be retrieved.

Example Request:

POST /redrock/query

{  
   "Script":"@/lib/get_mfa_events.js",
   "Args":{  
   	  "startDateIncrement":-2,
   	  "endDateIncrement":-1,
      "PageNumber":1,
      "PageSize":100000,
      "Limit":100000,
      "SortBy":"",
      "direction":"False",
      "Caching":-1
   }
}

Example Response:

"Message": "Query has failed: Query has failed: Invalid time span passed to _date.\r\nLine: 73 Char: 0\r\nNo source code available.",