List company employees
company_employeesA company's employee roster (position, start date). Without company_id,
returns every roster row the caller can see (their own employment rows
plus every company they administer) — the underlying API is already
scoped that way. With company_id, narrows to that company only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. | |
| page_size | No | Results per page (max 100). | |
| company_id | No | Only rows for this company. |