Search Tokens for Users

You can use these tokens to search for user information for campaigns and vendors.

andand

Use a Boolean query to express your query using AND logic.

Example

Show the user with the name John and with the company as Qualys.

name: John and company: Qualys

companycompany

Use a text value ##### to find the users associated with the given company.

Example

Show users associated with the given company.

company: Qualys

emailAddressemailAddress

Use a text value ##### to find the users with the given email address.

Example

Show the user with the given email address.

emailAddress: john.doe@qualys.com

firstNamefirstName

Use a text value ##### to find the users with the given first name.

Example

Show users that have John as their first name.

firstName: John

lastNamelastName

Use a text value ##### to find the users with the given last name.

Example

Show users that have Doe as their last name.

lastName: Doe

tagtag

Use a text value ##### to find the users with the given tag.

Example

Show users with the given tag.

tag: Analyst_group

titletitle

Use a text value ##### to find the users with the given title.

Example

Show users with the given title.

title: Developer