---
title: "Reveal employee SSN"
method: GET
path: "/employees/{employee}/reveal"
---

# Reveal employee SSN

`GET /employees/{employee}/reveal`

Reveal unmasked SSN. Reach out to Check to get support for this feature.

## Path parameters

- `employee` string, required

## Response `200`

200

- object
  - `id` string
  - `first_name` string
  - `last_name` string
  - `middle_name` unknown
  - `email` unknown
  - `dob` string
  - `bank_accounts` unknown[]
    - unknown
  - `ssn` string
  - `ssn_last_four` string
  - `ssn_validation_status` string
  - `onboard` object
    - `status` string
    - `blocking_steps` unknown[]
      - unknown
    - `remaining_steps` string[]
    - `payment_method` string[]
    - `withholdings` object[]
      - `id` string
      - `name` string
      - `status` string
  - `payment_method_preference` unknown
  - `company` string
  - `workplaces` string[]
  - `primary_workplace` string
  - `start_date` string
  - `termination_date` unknown
  - `active` boolean
  - `residence` object
    - `line1` string
    - `line2` unknown
    - `city` string
    - `state` string
    - `postal_code` string
    - `country` string
  - `w2_electronic_consent_provided` boolean
  - `metadata` object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
