Returns a list of users matching search criteria.

This method requires an access token, but no permissions.

Parameters

q
string

The search query.

fields
string

Comma-separated list of user profile fields to be returned.

count
integer (1..100)

How many search results to return.

By default 100.

Result

If any fields were passed, returns a paginated list of user objects. Otherwise, returns a paginated list of user IDs.

Errors

Global errors may occur when calling this method.