Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.23 KB

Manager.md

File metadata and controls

13 lines (10 loc) · 5.23 KB

Manager

Fields

Field Type Required Description Example
id JsonNullable<String> A unique identifier for an object. 12345
name JsonNullable<String> The name of the manager, often a combination of their first and last names. Elon Musk
firstName JsonNullable<String> The first name of the person. Elon
lastName JsonNullable<String> The last name of the person. Musk
email JsonNullable<String> The email address of the manager. elon@musk.com
employmentStatus JsonNullable<EmploymentStatus> The employment status of the employee, indicating whether they are currently employed, inactive, terminated, or in another status. active