Employees
Get employee
Update employee
Terminate employee
ModelsExpand Collapse
Employee = object { id, active, created_at, 7 more } Serializer for Employee entity in public API responses.
Note: Employee is in the company module but exposed via account public API.
Contains nested MemberEntity with personal identity information.
Serializer for Employee entity in public API responses.
Note: Employee is in the company module but exposed via account public API. Contains nested MemberEntity with personal identity information.
Unique employee identifier with 'empl_' prefix
Whether the employee is currently active
Timestamp when the employee was created
ID of the employer this employee works for (empr_*)
member: object { id, date_of_birth, first_name, 6 more } Nested member entity containing personal identity information.
Matches MemberEntity from account module domain.
Nested member entity containing personal identity information.
Matches MemberEntity from account module domain.
Unique member identifier with 'mbr_' prefix
Member's date of birth (YYYY-MM-DD)
Member's legal first name
Member's legal last name
Male - Male
Female - Female
Other - Other
Unknown - Unknown
Male- MaleFemale- FemaleOther- OtherUnknown- Unknown
Email address for communications
Gender identity, if provided
Phone number
Name suffix (e.g., Jr., Sr., III)
Employee's start/hire date with the employer
Timestamp when the employee was last updated
address: optional object { city, state, street_1, 3 more } Nested address for employee.
Nested address for employee.
City name
Two-letter state code
Primary street address
ZIP code
Country code
Secondary street address
Full Time - Full Time
Part Time - Part Time
Temporary - Temporary
Intern - Intern
Seasonal - Seasonal
Individual Contractor - Individual Contractor
Full Time- Full TimePart Time- Part TimeTemporary- TemporaryIntern- InternSeasonal- SeasonalIndividual Contractor- Individual Contractor
Employee's termination date, if terminated
EmployeesEnrollments
List employee enrollments
Submit benefit elections
ModelsExpand Collapse
EnrollmentStatus = "pending" or "enrolled" or "waived" or "inactive"
pending - Pending
enrolled - Enrolled
waived - Waived
inactive - Inactive
pending- Pendingenrolled- Enrolledwaived- Waivedinactive- Inactive