GET /2/users/search

Returns Users that match a search query.

Servers

Query parameters

Name Type Required Description
expansions[] Array No

A comma separated list of fields to expand.

query String Yes

TThe the query string by which to query for users.

max_results Integer No

The maximum number of results.

Default value: 100

next_token String No

This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.

tweet.fields[] Array No

A comma separated list of Tweet fields to display.

user.fields[] Array No

A comma separated list of User fields to display.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.