---
title: "Retrieves a Employee resource."
method: GET
path: "/employees/{id}"
tags: ["Employee"]
---

# Retrieves a Employee resource.

`GET /employees/{id}`

Retrieves a Employee resource.

## Path parameters

- `id` string, required

## Response `200`

Employee resource

- Employee — Someone working for this organization.
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string
  - `firstName` string, nullable — First name of employee
  - `lastName` string, nullable — Last name of employee
  - `fullName` string, nullable
  - `active` boolean
  - `primaryPhone` string, nullable
  - `primaryAddr` string, nullable
  - `primaryAddrCity` string, nullable
  - `primaryAddrPostalcode` string, nullable
  - `primaryAddrState` string, nullable
  - `created` string, date-time, nullable
  - `modified` string, date-time, nullable
  - `link` string, nullable — Link to an external resource of the employee
  - `email` string, nullable
  - `mobilePhone` string, nullable
  - `payRate` string, nullable
  - `title` string, nullable
  - `gender` string, nullable
  - `birthDate` string, date-time, nullable
  - `hiredDate` string, date-time, nullable
  - `employeeNumber` string, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
