---
title: "/employees/:id"
method: GET
path: "/employees/{id}"
---

# /employees/:id

`GET /employees/{id}`

Returns all relevant information for a specific employee. Required scope: `r_employees`. Accessible with user access tokens and with account level tokens that provide member_id query param.

## Path parameters

- `subdomain` string, required
- `id` string, required

## Query parameters

- `member_id` string

## Response `200`

200

- object
  - `id` string
  - `firstname` string
  - `lastname` string
  - `preferred_name` string
  - `employee_number` string
  - `status` string
  - `country` object
    - `display` string
    - `value` string
  - `address` object
    - `id` string
    - `city` string
    - `bounds` object
      - `northeast` string
      - `southwest` string
    - `coords` string
    - `status` string
    - `country` string
    - `zip_code` string
    - `state_code` string
    - `subregion` string
    - `street_name` string
    - `country_code` string
    - `street_number` string
    - `location_string` string
  - `gender` string
  - `birthdate` string
  - `marital_status_group` object
    - `marital_status` string
  - `phone_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `phone_type` string
      - `phone` string
  - `work_email` string
  - `personal_email` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` string
  - `chat_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `chat_type` string
      - `chat_username` string
  - `social_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `social_type` string
      - `social_url` string
  - `job_title` string
  - `hire_date` string
  - `start_date` string
  - `legal_entity` string
  - `department` string
  - `reports_to` string
  - `direct_reports` unknown[]
    - unknown
  - `employment_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `employment_effective_date` string
      - `employment_status` string
  - `work_schedule` string
  - `salary_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `salary_effective_date` string
      - `salary_pay_type` string
      - `salary_pay_rate` object
        - `amount` integer
        - `currency` string
        - `frequency` string
      - `salary_pay_schedule` string
      - `salary_overtime_status` string
      - `salary_justification` string
  - `bank_details_group` object
    - `bank_details_bank_name` string
    - `bank_details_iban` string
    - `bank_details_account_number` string
  - `social_security_number_group` object
    - `social_security_number_number` string
    - `social_security_number_issue_date` string
  - `national_identification_number_group` object
    - `national_identification_number_number` string
    - `national_identification_number_issue_date` string
  - `social_insurance_number_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `social_insurance_number_number` string
      - `social_insurance_number_issue_date` string
  - `tax_identification_number_group` object
    - `tax_identification_number_number` string
    - `tax_identification_number_issue_date` string
  - `nationality` object
    - `display` string
    - `value` string
  - `citizenship` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `display` string
      - `value` string
  - `passport_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `passport_country` object
        - `display` string
        - `value` string
      - `passport_number` string
      - `passport_issue_date` string
      - `passport_expiration_date` string
  - `visa_group` unknown[]
    - unknown
  - `education_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `education_start_date` string
      - `education_end_date` string
      - `education_degree` string
      - `education_field_of_study` string
      - `education_school` string
  - `work_experience_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `work_experience_start_date` string
      - `work_experience_end_date` string
      - `work_experience_job_title` string
      - `work_experience_company` string
  - `skills` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` string
  - `language` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` string
  - `contact_group` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `contact_name` string
      - `contact_relationship` string
      - `contact_phone` string
      - `contact_email` string
      - `contact_country` object
        - `display` string
        - `value` string
  - `1195b` object[]
    - `row_id` string
    - `is_primary` boolean
    - `value` object
      - `1195c` string
      - `1195d` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/workable/apis/root.md) · [All operations](https://skmtc.net/workable/apis/root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/root/versions/c4116349c08d/schema)
