v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011274550.0 KB
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