Business
Employee Record JSON Example
Employee JSON example for HRMS APIs with personal info, department, compensation, and manager. Copy-ready for HR systems, org charts, and employee directory schemas.
Field Reference
employeeCoderequiredstringHuman-readable employee number shown on payslips and ID cardsemployment.typerequiredstringEngagement type: full_time, part_time, contract, internemployment.statusrequiredstringCurrent state: active, on_leave, notice_period, terminatedemployment.noticePeriodDaysoptionalintegerNotice period in days required for resignation or terminationcompensation.annualCTCrequiredintegerAnnual cost-to-company in smallest currency unit (paise) to avoid float errorsmanageroptionalobject | nullDirect manager reference. null for top-level employees or the CEOVariants
Directory CardMinimal employee data for org charts and public directories.
Offboarded EmployeeRecord of an employee who has left, with offboarding checklist.
Common Use Cases
- →HRMS API response for the employee profile page
- →Payroll processing system data export
- →Building org charts and reporting hierarchy visualizations
employeeHRHRMSorg chartpayroll
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.