Find workspace contacts for meeting invitations or name-to-email resolution. Use this when the user gives only a name or initials and you need the matching email/address; pass any meeting id and an optional q. Use manageMeetingParticipants add to actually add them to a meeting. Searches workspace contacts for a meeting. Pass the meeting `id` and optional `q` (name/email substring). Use returned `email` as `guest_email` in v1AddMeetingParticipants. Does not expose registered-user status.
listMeetingContactsFind workspace contacts for meeting invitations or name-to-email resolution. Use this when the user gives only a name or initials and you need the matching email/address; pass any meeting id and an optional q. Use manageMeetingParticipants add to actually add them to a meeting.
Searches workspace contacts for a meeting. Pass the meeting id and optional
q (name/email substring). Use returned email as guest_email in
v1AddMeetingParticipants. Does not expose registered-user status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query matched against name or email | |
| id | Yes | Meeting ID | |
| limit | No | Maximum number of items per page (1-100, default 20) | |
| offset | No | Number of items to skip (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Array of items for the current page | |
| limit | No | Maximum number of items per page | |
| total | No | Total number of items across all pages | |
| offset | No | Number of items skipped from the beginning |