PATCH
/
hris
/
employees
/
{employee_id}
/
integration-fields
/
{integration_field_id}
{
  "status": "success",
  "data": {}
}

This endpoint requires the permission Create and manage employees to be enabled in your scope config.

Example Request Body

{
  "employee_id": "GVQYPEDvn4dBrJxHUPuxXJ9E",
  "integration_field_id": "8icrU24RMhQo5hW3gsRY5YU9",
  "value": "New integration field value!"
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

employee_id
string
required

The Kombo ID of the Employee you want to update.

integration_field_id
string
required

The Kombo ID of the integration field you want to update.

Body

application/json
value
required

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required