Search Users
List and search users.
External Documentation
To learn more, visit the AlienVault OTX documentation.
Basic Parameters
Parameter | Description |
---|---|
Query | Query string to search results with. |
Sort | Sort results by given field. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Limit the number of elements on the response. |
Page | The page number to be returned. |
Example Output
{
"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
Preview this Workflow on desktop