Employees

Create Employee

Create a new employee in the system.

post/v1/employees

Request body

firstNamestring required
lastNamestring required
emailstring email required
dobstring
titlestring
activeAccount'Active' | 'Inactive'
blurbstring
employer_idstring
departmentsstring[]

Response

Employee created successfully

successboolean required
employeeIdstring required

ID of the created employee

messagestring required