Last active
August 4, 2021 15:36
-
-
Save beck03076/a11a305ba70aaad36da95b496b95f82a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"first_name": "Vincent", | |
"last_name": "Parket", | |
"date_of_birth": "1988-12-22", | |
"phone_number": "9843903076", | |
"gender": "male", | |
"employee_id": "500023", | |
"external_id": "234235", | |
"email_address": "[email protected]", | |
"date_of_joining": "2020-12-12", | |
"designation": "Manager", | |
"employee_type": "Regular", | |
"base": "Local", | |
"role_type": "Top-level", | |
"is_active": true, | |
"date_of_separation": "2021-03-03", | |
"separation_reason": "Moving on to a different domain", | |
"separation_status": "On-Notice", | |
"custom_attributes": { | |
"entity_name": "ABC pvt ltd", | |
"grade": "14", | |
"hod_name": "Steve Blank", | |
"rhr": "Jason Fred", | |
"l_team_member": "Mark Walt", | |
"branch": "Sfo", | |
"employee_status": "Active" | |
}, | |
"manager_email": "[email protected]", | |
"location_name": "Chennai", | |
"team_name": "Engineering", | |
"subteam_name": "Backend", | |
"business_unit_name": "Product" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment