GetUserLoginHistory
This method can be used for the following functionality: Get login history for a user.
Last updated
GET /api/ss/user/5d5b27734a83a708c46f4748/logins?skip=0 HTTP/1.1GET /api/ss/user/5d5b27734a83a708c46f4748/logins?limit=500 HTTP/1.1curl -X GET 'https://demo.attackforge.com/api/ss/user/5d5b27734a83a708c46f4748/logins?skip=0&limit=500' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"count": 999,
"logs":[
{
"created": "...",
"ip": "..."
}
]
}