> ## 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 Users

List and search users.

<Note>
  External Documentation

  To learn more, visit the [AlienVault OTX documentation](https://otx.alienvault.com/assets/static/external_api.html#api_v1_search_users_get).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Query     | Query string to search results with. |
  | Sort      | Sort results by given field.         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                   |
  | --------- | --------------------------------------------- |
  | Limit     | Limit the number of elements on the response. |
  | Page      | The page number to be returned.               |
</div>

## Example Output

```json theme={"dark"}
{
	"count": 1,
	"next": null,
	"previous": null,
	"results": [
		{
			"username": "AlienVault",
			"pulse_count": 178,
			"user_id": 16976,
			"subscriber_count": 7,
			"member_since": "1343 days ago ",
			"award_count": 0,
			"avatar_url": "https://otx.alienvault.com/assets/images/default-avatar.png",
			"follower_count": 4,
			"indicator_count": 62545
		}
	]
}
```

## Workflow Library Example

[Search Users with Alienvault Otx and Send Results Via Email](https://library.blinkops.com/workflows/search-users-with-alienvault-otx-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-users-with-alienvault-otx-and-send-results-via-email/canvas" />
</div>
