---
title: "Knit - Get Employee Modifications from HRIS"
description: "Delta syncs build on your initial employee data sync configuration by retrieving only records that have changed since the last sync execution. This dramatically reduces data transfer and enables your platform to focus processing on employees who require access updates."
source_url: "https://www.getknit.dev/solutions-use-cases/get-employee-modifications-from-hris"
page_type: "use-case-playbook"
---

_This page is a detailed implementation playbook for a specific Knit integration use case: “Knit - Get Employee Modifications from HRIS”._

# Get Employee Modifications from HRIS

HRIS

  Get Employee Modifications

### Step 1: Configure Delta Sync for Employee Change Detection

Delta syncs build on your initial employee data sync configuration by retrieving only records that have changed since the last sync execution. This dramatically reduces data transfer and enables your platform to focus processing on employees who require access updates.

**Configure delta sync:**

```
{
  "dataType": "employee",
  "models": [
    "employee_profile",
    "employee_orgStructure",
    "employee_location"
  ],
  "honorScheduler": true
}
```

**Critical fields to monitor for changes:**

*   `employmentStatus`: Transition from ACTIVE to INACTIVE signals termination
*   `terminationDate`: When this changes from null to a date value, employee has been terminated
*   `department`: Change indicates transfer between organizational units
*   `designation`: Modification signals job title/role change
*   `manager`: Update reflects organizational reporting change
*   `workEmail`: Email modification requires system account updates

### Step 2: Detect Critical Status and Organizational Changes

When delta sync data arrives, analyze which fields changed to determine the appropriate access control response. Different change types require different automated workflows.

### Step 3: Trigger Automated Access Updates and Audit Logging

Based on detected changes, execute appropriate access control workflows while creating comprehensive audit trails.

**Change scenarios and risk levels:**

| Change Type | Risk Level | Required Action | Timeline |
| --- | --- | --- | --- |
| Termination (employmentStatus → INACTIVE) | CRITICAL | Disable all accounts, revoke credentials, remove access | Immediate (within 1 hour) |
| Department Transfer | HIGH | Review existing access, assign new department role | Within 24 hours |
| Role Change (designation modification) | MEDIUM | Update role-based permissions, trigger access review | Within 48 hours |
| Manager Change | MEDIUM | Update approval chains, notify new manager | Within 48 hours |
| Location Change (country modification) | HIGH | Apply location-based compliance rules, review data access | Within 24 hours |

## Key Delta Sync APIs and Monitored Employee Fields

| Model | Field | Change Significance | Required Response |
| --- | --- | --- | --- |
| employee\_profile | employmentStatus | ACTIVE → INACTIVE = termination | Immediate access revocation across all systems |
| employee\_profile | terminationDate | null → date value = departure scheduled | Schedule access revocation, trigger offboarding workflow |
| employee\_orgStructure | department | Department name change = organizational transfer | Trigger access review, assign new department baseline role |
| employee\_orgStructure | designation | Job title change = role modification | Update role-based permissions, review privilege level |
| employee\_orgStructure | manager | Manager ID/email change = reporting structure update | Update approval chains, notify new manager |
| employee\_location | workAddress.country | Country code change = geographic relocation | Apply location-based compliance rules, review data access |

## Wrapping Up: Maintain Accurate Access Controls Through Employment Lifecycle

Automated employee change tracking transforms access governance from a reactive, manual process into a systematic, audit-ready control. By detecting critical employee modifications—terminations, role changes, department transfers, location moves—at the source HRIS system, your GRC platform ensures access permissions continuously reflect current organizational reality.

**Key capabilities unlocked:**

*   **Immediate termination detection:** Delta syncs identify when employmentStatus shifts to INACTIVE or terminationDate is populated, triggering automatic access revocation within hours
*   **Organizational change tracking:** Monitor department transfers, job title modifications, and manager reassignments to automatically trigger access reviews
*   **Location-based compliance:** Detect geographic relocations and automatically apply location-specific data access rules
*   **Audit-ready change documentation:** Every delta sync creates timestamped records showing your platform detected employee changes from authoritative sources
*   **Reduced security team workload:** Eliminate manual HRIS monitoring, HR email parsing, and reactive access investigations

## Built for Scale, Speed,  
and Simplicity


## Related pages

- [Use cases hub](https://md.getknit.dev/use-cases)
- [Solutions hub](https://md.getknit.dev/solutions)
