Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 654 Bytes

File metadata and controls

12 lines (7 loc) · 654 Bytes

EmploymentStatus

The employment status of the employee, indicating whether they are currently employed, inactive, terminated, or in another status.

Properties

Name Type Description Notes
value str The employment status of the employee, indicating whether they are currently employed, inactive, terminated, or in another status. must be one of ["active", "inactive", "terminated", "other", ]

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