---
title: "Retrieve an employee"
method: GET
path: "/hris/{connection_id}/employee/{id}"
tags: ["hris", "employee"]
---

# Retrieve an employee

`GET /hris/{connection_id}/employee/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- HrisEmployee
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `first_name` string
  - `last_name` string
  - `emails` HrisEmail[]
    - `email` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER'
  - `title` string
  - `manager_id` string
  - `employment_status` 'ACTIVE' | 'INACTIVE'
  - `gender` 'MALE' | 'FEMALE' | 'INTERSEX' | 'TRANS' | 'NON_BINARY'
  - `telephones` HrisTelephone[]
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `date_of_birth` string, date-time
  - `employee_number` string
  - `hired_at` string, date-time
  - `terminated_at` string, date-time
  - `termination_reason` string
  - `marital_status` 'MARRIED' | 'SINGLE'
  - `employment_type` 'FULL_TIME' | 'PART_TIME' | 'CONTRACTOR' | 'INTERN' | 'CONSULTANT' | 'VOLUNTEER' | 'CASUAL' | 'SEASONAL' | 'FREELANCE' | 'OTHER'
  - `address` PropertyHrisEmployeeAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `language_locale` string
  - `currency` string
  - `timezone` string
  - `image_url` string
  - `company_id` string
  - `pronouns` string
  - `employee_roles` string[]
  - `compensation` HrisCompensation[]
    - `type` 'SALARY' | 'BONUS' | 'STOCK_OPTIONS' | 'EQUITY' | 'OTHER'
    - `amount` number
    - `currency` string
    - `frequency` 'ONE_TIME' | 'DAY' | 'QUARTER' | 'YEAR' | 'HOUR' | 'MONTH' | 'WEEK'
    - `group_id` string
    - `notes` string
  - `salutation` string
  - `bio` string
  - `ssn_sin` string
  - `groups` HrisGroup[] — Which groups/teams/units that this employee/user belongs to. May not have all of the Group fields present, but should have id, name, or email.
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `description` string
    - `parent_id` string
    - `type` 'TEAM' | 'GROUP' | 'DEPARTMENT' | 'DIVISION' | 'BUSINESS_UNIT' | 'BRANCH' | 'SUB_DEPARTMENT'
    - `user_ids` string[]
    - `manager_ids` string[]
    - `is_active` boolean
    - `company_id` string
    - `raw` object
  - `locations` HrisLocation[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `description` string
    - `address` PropertyHrisLocationAddress
      - `address1` string
      - `address2` string
      - `city` string
      - `region` string
      - `region_code` string
      - `postal_code` string
      - `country` string
      - `country_code` string
    - `parent_id` string
    - `external_identifier` string
    - `telephones` HrisTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `timezone` string
    - `currency` string
    - `language_locale` string
    - `is_active` boolean
    - `is_hq` boolean
    - `company_id` string
    - `raw` object
  - `metadata` HrisMetadata[]
    - `id` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'FILE' | 'TEXTAREA' | 'SINGLE_SELECT' | 'MULTIPLE_SELECT' | 'MEASUREMENT' | 'PRICE' | 'YES_NO' | 'CURRENCY' | 'URL'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `slug` string
  - `storage_quota_allocated` number
  - `storage_quota_used` number
  - `storage_quota_available` number
  - `relationships` HrisEmployeerelationship[] — the employee's personal relationships (eg. emergency contacts, spouse, dependants, ...)
    - `name` string
    - `first_name` string
    - `last_name` string
    - `emails` HrisEmail[]
      - `email` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER'
    - `telephones` HrisTelephone[]
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `address` PropertyHrisEmployeerelationshipAddress
      - `address1` string
      - `address2` string
      - `city` string
      - `region` string
      - `region_code` string
      - `postal_code` string
      - `country` string
      - `country_code` string
    - `type` 'EMERGENCY' | 'SPOUSE' | 'CHILD' | 'PARENT' | 'SIBLING' | 'FRIEND' | 'OTHER'
    - `is_dependent` boolean
    - `is_beneficiary` boolean
    - `start_at` string, date-time
    - `end_at` string, date-time
  - `has_mfa` boolean
  - `timeoff_days_total` number
  - `timeoff_days_used` number
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
