---
title: "getEmployeeNumbersV1"
method: GET
path: "/employee/v1/getEmployeeNumbers"
tags: ["Employee Service"]
---

# getEmployeeNumbersV1

`GET /employee/v1/getEmployeeNumbers`

Retrieves a list of employee numbers from a specified location.

## Query parameters

- `isIncludeTerminated` boolean
- `locationCode` string, required
- `minutesSinceUpdate` integer
- `includeNull` boolean

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- string[]

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — Employee Not Found
- `429` — Too Many Requests
- `500` — Unexpected Error
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/versions/0af8e380ff2c/schema)
