---
title: "Returns all employees for a specific location."
method: GET
path: "/employees"
tags: ["Employees"]
---

# Returns all employees for a specific location.

`GET /employees`

## Query parameters

- `location_partner_id` string
- `location_mytime_id` string
- `with_deleted` boolean
- `sample_webhook` boolean

## Headers

- `X-Subdomain` string

## Response `200`

employees response

- Employees[]
  - `id` string
  - `external_id` string
  - `name` string
  - `email` string
  - `title` string
  - `user_id` integer

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/728bf22325fc/schema)
