Returns a list of users matching the search criteria
usersSearch( q = "", sort = "", offset = "", count = "20", fields = "", city = "", country = "", hometown = "", university_country = "", university = "", university_year = "", university_faculty = "", university_chair = "", sex = "", status = "", age_from = "", age_to = "", birth_day = "", birth_month = "", birth_year = "", online = "", has_photo = "", school_country = "", school_city = "", school_class = "", school = "", school_year = "", religion = "", interests = "", company = "", position = "", group_id = "", from_list = "", flatten = FALSE, v = getAPIVersion() )
q
: Search query string (e.g., Vasya Babich)sort
: Sort order: 1 - by date registered; 0 - by ratingoffset
: Offset needed to return a specific subset of userscount
: Number of users to returnfields
: Profile fields to returncity
: City IDcountry
: Country IDhometown
: City name in a stringuniversity_country
: ID of the country where the user graduateduniversity
: ID of the institution of higher educationuniversity_year
: Year of graduation from an institution of higher educationuniversity_faculty
: Faculty IDuniversity_chair
: Chair IDsex
: 1 - female; 2 - male; 0 - any (default)status
: Relationship status: 1 - Not married; 2 - In a relationship; 3 - Engaged; 4 - Married; 5 - It's complicated; 6 - Actively searching; 7 - In loveage_from
: Minimum ageage_to
: Maximum agebirth_day
: Day of birthbirth_month
: Month of birthbirth_year
: Year of birthonline
: 1 - online only; 0 - all usershas_photo
: 1 - with photo only; 0 - all usersschool_country
: ID of the country where users finished schoolschool_city
: ID of the city where users finished schoolschool_class
: Positive numberschool
: ID of the schoolschool_year
: School graduation yearreligion
: Users' religious affiliationinterests
: Users' interestscompany
: Name of the company where users workposition
: Job positiongroup_id
: ID of a community to search in communitiesfrom_list
: List of comma-separated wordsflatten
: Automatically flatten nested data frames into a single non-nested data framev
: Version of API