/
BL
bluehive-health
/
BlueHive API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
bluehive-health
BlueHive API
post
Create Employee
v46
latest
OpenAPI 3.0.0
raw.githubusercontent.com
2026-08-01
127
4
550.0 KB
Employees
Create Employee
Create a new employee in the system.
post
/v1/employees
Request body
object
required
firstName
string
required
lastName
string
required
email
string
email
required
dob
string
title
string
activeAccount
'Active'
|
'Inactive'
blurb
string
address
object
phone
object[]
employer_id
string
departments
string[]
extendedFields
object[]
Response
Employee created successfully
object
required
Employee created successfully
success
boolean
required
employeeId
string
required
ID of the created employee
message
string
required