Employee Export API
Employee data for import and bulk operations
Returns employee data for import operations, bulk invitations, and employee directory features.
The live API returns flat rows suitable for bulk provisioning and supports an optional
location filter plus an include_all flag for inactive employees.
Endpoint
GET /api/analytics/employees/exportQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
location_slug | string | ❌ | Filter by location |
include_all | boolean | ❌ | Include inactive employees as well (default: false) |
limit | integer | ❌ | Maximum results (default: 500, max: 2000) |