---
title: "employee I9s"
method: GET
path: "/v{version}/companies/{id}/i9s"
tags: ["Company"]
---

# employee I9s

`GET /v{version}/companies/{id}/i9s`

Returns a list of paginated employee I9s for the company.<p>Scopes: export_payroll</p>

## Path parameters

- `id` string, required
- `version` string, required

## Query parameters

- `pay_group_id` string
- `employee_id` string
- `employee_start_id` string
- `employee_limit` integer

## Response `200`

OK

- 0PagedWrappedArrayEmployeeI9
  - `next_id` string — The id of the object next up after this set.
  - `data` DtosEmployeeI9[], required — An array containing the list of relevant objects.
    - `employee_id` string — The employee id.
    - `i9s` DtosI9[] — The employee I9s.
      - `name` string, required — Name of document
      - `file_type` string, required — Type of file
      - `created` string, date-time, required — The create datetime
      - `last_modified` string, date-time, required — The last modified datetime
      - `download_url` string, required — Time constrained URL to document which expires after 20 minutes
  - `error` string — Contains any error messages, if applicable.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
