list_users
Retrieve all Gong users with names, emails, titles, and user IDs. Use to obtain user IDs for filtering calls or to identify team members.
Instructions
List all Gong users in the organization. Returns name, email, title, and user IDs. Useful when you need a Gong user ID for search_calls filters like primaryUserIds, though for most "find calls by this person" cases you can pass their email directly to primaryUserEmails or participantEmails instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor for fetching next page of results | |
| includeAvatars | No | Whether to include user avatar URLs in the response |