External DocumentationTo learn more, visit the AlienVault OTX documentation.
Actions
Search Users
List and search users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | Query string to search results with. |
| Sort | Sort results by given field. |
| Parameter | Description |
|---|---|
| Limit | Limit the number of elements on the response. |
| Page | The page number to be returned. |
{
"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
}
]
}
Was this page helpful?