Searching Users
Use the following search tokens to search in the Users tab.
Use a text value ##### to search all users having the specified email ID.
Example
Show all user with the email ID john_white@abc.com
email:john_white@abc.com
Use quotes or backticks within values to help you find all users that have the specified name.
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`
Search users by specifying the access type of the user. Choose value from: Internal, External
Example
Show all users with access type Internal
accessType:Internal
Use a text value ##### to search all users having the specified domain name.
Example
Show all user with the domain name abc.com
domain:abc.com
Search all users having the specified user role. Choose value from: USER, ADMIN
Example
Show all users with the role ADMIN
role:ADMIN
Use a text value ##### to search all users having the specified department name.
Example
Show all user that are part of Finance department
department:Finance
Use a text value ##### to search all users having the specified job title.
Example
Show all user that have the job title IT Administrator
jobTitle:IT Administrator
Search the connector by providing the unique name provided to identify the connector.
Example
Show the connector having the name O365Connector1
connector.name:O365Connector1
Search for connectors by specifying the connector type. Choose value from: OFFICE365, GOOGLE WORKSPACE, SALESFORCE, DROPBOX, ZOOM, SLACK
Example
Show all connectors of the type OFFICE365
connector.type:OFFICE365
Use the values true | false to list all users that are suspended or inactive. Choose True to list all suspended or inactive users and choose False to list all unsuspended or active users.
Example
Show all suspended or inactive users
isSuspended:"true"
Use the values true | false to list all users that have license or not. Choose True to list all licensed users and choose False to list all users that do not have license.
Example
Show all licensed users
isLicensed:"true"