Employee Details

Use this API to to retrieve an individual's recent employment details such as member ID, joining date, and exit date of the company. Verifying the employment information of the individual mitigates risk and prevents fraud.

Response

You get the following key information in the data object of the response:

NameData TypeDescription
inputobjectContains information entered in the API request.
uan_detailsarray of objectsUAN (Universal Account Number) information. See the table below for details of each entry in the list.
recent_employment_detailsobjectEmployment details of the individual.

uan_details

NameData TypeDescription
uanstringUniversal Account Number (UAN) information of the employee.
sourcestringSource of the information.
source_scorenumberConfidence score of the source.
basic_detailsobjectBasic information of the employee:

1. gender
2. dob
3. employee_confidence_score
4. employee_name
5. phone
6. aadhaar_verified (boolean)
employment_detailsobjectEmployment details of the individual:

1. member_id: Unique ID assigned to an individual.
2. establishment_id: unique ID assigned to a specific establishment or business entity.
3. exit_date: last working day of the employee in the organisation.
4. joining_date: first working day of the employee in the organisation.
5. leave_reason: reason for leaving the previous job.
6. establishment_name: name of the organisation.
7. employer_confidence_score
additional_detailsobjectAdditional information of the individual:

1. aadhaar
2. email
3. PAN
4. ifsc
5. bank_account
6. bank_address
7. relative_name
8. relation: realtionship of the individual with the relative.
recent_employment_detailsobjectEmployment details of the individual with two objects: employee_details and employer_details. See the tables below for details of each object.

recent_employment_details.employee_details

NameData TypeDescription
member_idstringUnique ID assigned to an individual.
exit_datestringLast working day of the employee in the organisation.
joining_datestringFirst working day of the employee in the organisation.
uanstringUniversal Account Number (UAN) information of the employee.
epfoobjectInformation found in Employees' Provident Fund Organisation (EPFO):

1. recent: (boolean) whether the retrieved information is recent.
2. name_unique: (boolean) whether the retrieved name is unique.
3. pf_filings_details: (boolean) whether the PF filing details are true.
employedbooleanWhether the individual is currently employed.
employee_name_matchbooleanWhether the individual's name matches the name found in EPFO.
exit_date_markedbooleanWhether the last working day is marked.

recent_employment_details.employer_details

NameData TypeDescription
establishment_idstringUnique ID of the establishment.
establishment_namestringName of the establishment.
setup_datestringDate when the establishment was set up.
ownership_typestringType of ownership of the establishment.
employer_confidence_scorenumberConfidence score for the employer's data.
employer_name_matchbooleanWhether the employer's name matches the provided data.
pf_filing_detailsarray of objectsDetails of the Provident Fund (PF) filings:

1. total_amount
2. employees_count
3. wage_month
Language
Credentials
Click Try It! to start a request and see the response here!