search_users
Find Gong users by IDs or creation date range. Resolve specific user IDs from call data with flexible filtering and pagination.
Instructions
Search and filter users by IDs or creation date. More flexible than list_users for resolving specific user IDs from call data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor for fetching next page | |
| userIds | No | Specific user IDs to look up | |
| createdToDateTime | No | Filter users created before this datetime (ISO 8601) | |
| createdFromDateTime | No | Filter users created after this datetime (ISO 8601) |