Employees
Add attachment to employees 🦄
Currently in closed beta.
POST
/
hris
/
employees
/
{employee_id}
/
attachments
Authorization
Header
Path
Body
curl --request POST \
--url https://api.kombo.dev/v1/hris/employees/{employee_id}/attachments \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'X-Integration-Id: <x-integration-id>' \
--data '{}'
{
"status": "success",
"data": {}
}
This endpoint is currently in closed beta! We’re testing it with selected customers before its public release. If you’re interested in learning more or getting early access, please reach out.
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/attachments parameter
Body
application/json · object
The body is of type object
.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
requiredcurl --request POST \
--url https://api.kombo.dev/v1/hris/employees/{employee_id}/attachments \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'X-Integration-Id: <x-integration-id>' \
--data '{}'
{
"status": "success",
"data": {}
}