Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
POST /hris/employees/form Request body
Response
POST /hris/employees/form Positive response
Create an employee, based on the form schema.
Supported integrations
This feature is currently available for the following integrations:
You’d like to see this feature for another integration? Please reach out! We’re always happy to discuss extending our coverage.
This endpoint requires the permission Create and manage employees to be enabled in your scope config.
{
"properties": {
"firstName": "John",
"startDate": "2025-01-01",
"workLocation": {
"site": "8e422bf8cav",
"keyNumbers": [
142,
525,
63
]
}
}
}
ID of the integration you want to interact with.
POST /hris/employees/form Request body
POST /hris/employees/form Positive response