rybbit_get_users
Retrieve a paginated list of users with analytics data, supporting filters, sorting, and date ranges to analyze user behavior.
Instructions
Get a paginated list of users with analytics data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| siteId | Yes | Site ID or identifier | |
| sortBy | No | Sort field | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| pageSize | No | Results per page | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| sortOrder | No | Sort direction | |
| startDate | No | Start date in YYYY-MM-DD format | |
| identifiedOnly | No | Return only identified users | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |