Use these search tokens below to search in the Users tab.
Example
Show findings with connector type GSUITE and access type Domain
connector.type: "GSUITE" and accessType:
"Domain"
Example
Show findings that are connector type "OFFICE365" but not access type "External"
connector.type: "OFFICE365" not
accessType: "External"
Example
Show findings with one of these access types
accessType: "Domain" or accessType:
"External"
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 the connector having the id 100
connector.id:100
Example
Show all connectors of the type OFFICE365
connector.type:OFFICE365
Example
Show all suspended or inactive users
isSuspended:"true"