| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | string | This will match any employees whose first name contains this string (case insensitive) | [optional] |
| last_name | string | This will match any employees whose last name contains this string (case insensitive) | [optional] |
| job_title_name | string | This will match any employees whose current job title descriptor contains this string (case insensitive) | [optional] |
| status | string | Employee status | [optional] |
| ids | int[] | List of employee IDs for batch fetch. Accepts repeated keys (filter[ids][]=123&filter[ids][]=124) or a single comma-separated string (filter[ids]=123,124). | [optional] |