---
title: "Get All Employees"
method: GET
path: "/v2/companies/{companyId}/employees"
tags: ["Employee"]
---

# Get All Employees

`GET /v2/companies/{companyId}/employees`

Get All Employees API will return employee data currently available in Paylocity Payroll/HR solution.

## Path parameters

- `companyId` string, required

## Query parameters

- `pagesize` integer
- `pagenumber` integer
- `includetotalcount` boolean

## Response `200`

Successfully Retrieved

- EmployeeInfo[]
  - `employeeId` string — The Paylocity Employee ID. This is a unique value per Paylocity Company ID. **Allowable Values:** 10 char max
  - `statusCode` string — Employee current work status. Common values are *A* (Active), *L* (Leave of Absence), *T* (Terminated). <br />Max length: 20
  - `statusTypeCode` string — Employee current work status type. <br />Max length: 10

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The company does not exist
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/paylocity/apis/assessments-api.md) · [All operations](https://skmtc.net/paylocity/apis/assessments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paylocity/assessments-api/revisions/dd22ab229153/schema)
