Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.05 KB

EmployeeEntity.md

File metadata and controls

19 lines (16 loc) · 1.05 KB

EmployeeEntity

Properties

Name Type Description Notes
id int Employee ID
payroll_system_id string Employee ID within the external payroll system
first_name string First Name
last_name string First Name
account_status string Status of the account [default to 'not_enrolled']
is_admin_user bool Identifies if employee can administer Employer Account
is_organization_admin bool Identifies if employee can administer their organization
onboarding_status string Status of onboarding [default to 'onboarded']
total_savings_dollars float Sum of savings to date [default to 32.73]
employer_name string Company Name [default to 'Slytherin House']
employer_id int Company ID [default to 42]

[Back to Model list] [Back to API list] [Back to README]