> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search User Logins

Search for recent user logins.

<Note>
  External Documentation

  To learn more, visit the [Lacework documentation](https://api.lacework.net/api/v2/docs#tag/Activities/paths/~1api~1v2~1Activities~1UserLogins~1search/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                    |
  | ---------- | ---------------------------------------------- |
  | End Time   | Query for changed files until given timestamp. |
  | Start Time | Query for changed files since given timestamp. |
</div>

## Example Output

```json theme={"dark"}
{
	"paging": {
		"rows": 5000,
		"totalRows": 5050,
		"urls": {
			"nextPage": "https://YourLacework.lacework.net/api/v2/Activities/UserLogins/AbcdEfgh123..."
		}
	},
	"data": [
		{
			"createdTime": "2021-09-10T05:35:45.382Z",
			"mid": 12345,
			"activityTime": "2021-08-06T06:05:05.260Z",
			"activityType": "LOGIN",
			"username": "ec2-user",
			"uid": 1000,
			"sourceIpAddr": "2.141.452.76"
		},
		{
			"createdTime": "2021-09-10T05:35:45.382Z",
			"mid": 12345,
			"activityTime": "2021-08-06T06:05:05.260Z",
			"activityType": "LOGOFF",
			"username": "ec2-user",
			"uid": 1000,
			"sourceIpAddr": "2.141.452.76"
		}
	]
}
```

## Workflow Library Example

[Search User Logins with Lacework and Send Results Via Email](https://library.blinkops.com/workflows/search-user-logins-with-lacework-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-user-logins-with-lacework-and-send-results-via-email/canvas" />
</div>
