Search Users logo

Catalog action Social

Search for Twitter/X users by keyword. Matches against usernames, display names, and bios. Returns user profiles sorted by relevance. Ideal for: finding accounts, user discovery, account lookup.

At a Glance

FieldValue
Action IDx-search-users
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, twitter, x, user, search, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch keyword to find Twitter/X users. Matches against usernames, display names, and bios.

Result Schema

FieldTypeRequiredDescription
statusstringYes'success' or 'error'
usersarrayYesArray of matching user profiles
totalResultsnumberYesNumber of users returned
hasNextPagebooleanYesWhether more results are available
nextCursorstring | nullNoCursor for next page
errorstringNoError message if status is 'error'

Examples

json
{ "type": "x-search-users", "payload": { "query": "status:open" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I