Searching for users

The VirusTotal group view includes a user listing. Displayed users can be filtered using the "Search user" text box found at the top of the users list.

Users searching form

You can use the following search modifiers to search for users matching certain criteria:

api_quota_groupDisplay only the users that are consuming premium API quota licensed by the organization.
Example: api_quota_group:your_group_name
groups_managedShow the admins of the given group.
Example: groups_managed:your_group_name
emailFilter users based on their email address.
Example: email:[email protected]
first_nameFilter users based on their first name. This is a fulltext search, you need to provide an entire word.
Example: first_name:john
last_nameFilter users based on their last name. This is a fulltext search, you need to provide an entire word.
Example: last_name:snow
usernameSearch for users with a given user name.
Example: username:vtusername
Free text, no modifiersSearch through any of the fields above.

The most common usage will be free text searches to locate users by a given email address, name or user name.