Searching Meetings
Use the following search tokens to search in the Meetings tab under Resources.
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 a text value ##### to search all meetings having the specified connector name.
Example
Show results with name Zoomconnector1
connector.name:Zoomconnector1
Use quotes or backticks within values to help you find all meetings that match the specified meeting ID.
Examples
Show any meeting with this ID
meetingId:"94794594617"
Use a text value ##### to help you find all meetings hosted by users having the specified email address.
Example
Show all meetings hosted by user having email address john_white@abc.com
hostUser.email:"john_white@abc.com"
hostUser.departmenthostUser.department
Use a text value ##### to search all meetings hosted by users of the specified department.
Example
Show all meetings hosted by users of the HR department
hostUser.department:"HR"
hostUser.fullNamehostUser.fullName
Use quotes or backticks within values to help you find all meetings hosted by users that have the specified name.
Example
Show all meetings hosted by user John White
hostUser.fullName:"John
White"
Use quotes or backticks within values to help you find all meetings that have the specified name.
Example
Show all meetings with the name SDR Meeting
name:"SDR Meeting"
Search a meeting based on its type.
Example
Show all meetings of type Scheduled
type:Scheduled
participants.emailparticipants.email
Search for meetings by specifying the participant's email addresses.
Example
Show all meetings attended by user having email address john_white@abc.com
participants.email:"john_white@abc.com"
participants.fullNameparticipants.fullName
Search for meetings by specifying the participant's full name.
Example
Show all meetings attended by user having full name as John White
participants.fullName:"John
White"
participants.domainparticipants.domain
Search for meetings by specifying the participant's domain.
Example
Show all meetings attended by users from the abc.com domain
participants.domain:"abc.com"
Search for meetings that have a specific recording ID.
Example
Show all meetings that have recording ID 823c3586-f7fd-47ef-a147-8327b0a75141
recordings.id:"823c3586-f7fd-47ef-a147-8327b0a75141"
recordings.fileTyperecordings.fileType
Search for meetings that have recordings saved as in a specific file format.
Example
Show all meetings that have their recordings saved as M4A files
recordings.fileType:"M4A"
recordings.recordingTyperecordings.recordingType
Search for meetings that have specific types of recordings. Choose values from: audio_only; shared_screen_with_speaker_view
Example
Show all meetings that have audio only recordings
recordings.recordingType:audio_only
recordingSetting.accessTyperecordingSetting.accessType
Search for meetings that have recordings set to a specific access type. Choose values from: Public; Internal; None
Example
Show all meetings that have publicly shared recordings
recordingSetting.accessType:Public
recordingSetting.viewerDownloadrecordingSetting.viewerDownload
Search for meetings with recordings that users can download. Choose value from: true; false
Example
Show all meetings with recordings that users can download
recordingSetting.viewerDownload:true
recordingSetting.approvalTyperecordingSetting.approvalType
Search for meetings with recordings of a certain approval type. Choose values from: 0, 1, 2 where 0: Automatically approve the registration when a user registers, 1: Manually approve or deny the registration of the user, 2: No registration required to view the recording
Example
Show all meetings that have recording type as 0.
recordings.recordingType:"0"
recordingSetting.onDemandrecordingSetting.onDemand
Search for meetings with recordings that are available on demand. Choose values from: true; false
Example
Show all meetings that are available on demand.
recordingSetting.onDemand:"true"
Search for meetings based on their access type. Choose value from: Internal, External.
Example
Show all meetings with access type Internal
accessType:Internal