Use the following search tokens to search in the Users tab.
Example
Show all user with the email ID john_white@gmail.com
email:john_white@gmail.com
Examples
Show any user with this name
fullName:John White
Show any user that contain parts of this name
fullName:"John White"
Show any user that match exact value "John White"
fullName:`John White`
Example
Show all users with access type Internal
accessType:Internal
Example
Show all user with the domain name Google.com
domain:Google.com
Example
Show all users with the role ADMIN
role:ADMIN
Example
Show all user that are part of Finance department
department:Finance
Example
Show all user that have the job title IT Administrator
jobTitle:IT Administrator
Example
Show the connector having the name O365Connector1
connector.name:O365Connector1
Example
Show all connectors of the type OFFICE365
connector.type:OFFICE365
Example
Show all suspended or inactive users
isSuspended:"true"
Example
Show all licensed users
isLicensed:"true"