get_company_activity
Retrieve company activity events including employee changes, onboarding, and offboarding from the Rippling HR platform using date filters.
Instructions
Get company activity events such as employee changes, onboarding, and offboarding
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date filter (ISO format, e.g. 2025-01-01) | |
| endDate | No | End date filter (ISO format, e.g. 2025-12-31) | |
| limit | No | Max results to return (1-1000, default 100) |