Employment Verification
An employment verification validates the details of disclosed employment history of an individual for a specified year period (3, 5, or 7). Current employers are contacted only if given permission to do so. The components verified could include position held and dates of employment and will depend on availability of data within an entity's records. Income verification is also obtained for non-employment purposes only.
Certn makes 3-5 sufficient attempts to obtain source data for verification and reports back accordingly. A sufficient attempt can be defined as an attempt which could reasonably lead to a result. Additional fees can apply when an employer utilizes an outsources entity to provide data.
This check is available in Canada and the US
🇨🇦
🇺🇸
Include this flag in the body of your request:
To invite an applicant to complete a screen, include this parameter in the body of your request:
email
Example request
{
"request_employment_verification": true,
"information": {
"first_name": "Andrew",
"last_name": "McLeod",
"date_of_birth": "1970-06-28",
"addresses": [{
"address": "4412 King Alfred Court",
"city": "Victoria",
"province_state": "BC",
"country": "CA",
"current": true
}
],
"employers": [{
"position": "Mechanic",
"company_name": "Bob's Mechanics"
}
]
},
"position_or_property_location": {
"address": "Tiffany & Co., 97 Greene St",
"city": "New York City",
"county": "New York",
"province_state": "NY",
"country": "US",
"postal_code": "10012",
"location_type": "Position Location"
}
}
Each employment verification object can be found under
information.employers[index]
. See Certn Verifications for more.Last modified 1mo ago