v1
latestOpenAPI 3.1.02026-07-241642423.7 KBReveal employee SSN
Reveal unmasked SSN. Reach out to Check to get support for this feature.
get/employees/{employee}/reveal
Path parameters
employeestring required
The ID of the employee whose SSN you want to reveal
Response
200
Example response
{
"id": "emp_1ATPRmtf6XBdR6jDa9M5",
"first_name": "Bob",
"last_name": "Jones",
"dob": "1970-05-29",
"ssn": "123456789",
"ssn_last_four": "6789",
"ssn_validation_status": "invalid",
"onboard": {
"status": "needs_attention",
"remaining_steps": [
"withholdings"
],
"payment_method": [
"payment_method_preference_set"
],
"withholdings": [
{
"id": "jur_KVWAwwuRWhlJoKGuO8sg",
"name": "California",
"status": "needs_attention"
}
]
},
"company": "com_dsE2Y4wCMg77HGlJB0Mk",
"workplaces": [
"wrk_164u8lrvjkdjdssiidd9"
],
"primary_workplace": "wrk_164u8lrvjkdjdssiidd9",
"start_date": "2019-03-01",
"active": true,
"residence": {
"line1": "630 Bedford Road",
"city": "Tarrytown",
"state": "NY",
"postal_code": "10591",
"country": "US"
}
}