Employee Documents
Add document to employee
Uploads an document file for the specified employee.
POST
/
hris
/
employees
/
{employee_id}
/
documents
This endpoint requires the permission Manage documents to be enabled in your scope config.
Example Request Body
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
employee_id
string
requiredPOST /hris/employees/:employee_id/documents parameter
Body
application/json
category_id
string
requireddocument
object
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required