HR System Integrations

HR integrations enrich employee records with organizational data such as department, manager, location, and employment status. This data powers department-level reporting and targeted security policies.

Supported Platforms

PlatformConnection MethodData Synced
WorkdayREST APIEmployees, departments, managers, locations, status
BambooHRREST APIEmployees, departments, managers, hire dates
SAP SuccessFactorsOData APIEmployees, org structure, positions
RipplingREST APIEmployees, departments, locations
Custom HRISSCIM 2.0 or CSV importEmployee records via standard schema
IdP vs. HR System
If you already sync employee data from your identity provider, an HR integration is optional. HR systems provide richer organizational data (cost centers, job titles, hire dates) that enables more detailed reporting and rule targeting.

Data Mapping

TIDALBAY maps HR fields to employee attributes:

TIDALBAY FieldHR Source FieldRequired
EmailWork email addressYes
First NameFirst/given nameYes
Last NameLast/family nameYes
DepartmentDepartment or team nameRecommended
ManagerManager email or IDRecommended
LocationOffice location or countryOptional
TitleJob titleOptional
StatusActive/terminated/leaveRecommended

Sync Behavior

  • Initial sync: All active employees are imported on first connection
  • Incremental sync: Changes are synced every 15 minutes (configurable)
  • New hires: Automatically created in TIDALBAY with initial score
  • Terminations: Employees marked as inactive; scores frozen
  • Transfers: Department and manager changes are reflected immediately
Conflict Resolution
If employee data comes from both an IdP and an HR system, the HR system takes precedence for organizational fields (department, manager, title) while the IdP takes precedence for authentication fields (email, status).

SCIM 2.0 Integration

For HR systems not in our catalog, TIDALBAY supports SCIM 2.0 for automated user provisioning:

  1. Navigate to Admin → Integrations → SCIM
  2. Copy the SCIM endpoint URL and bearer token
  3. Configure your HR system to push user changes to the TIDALBAY SCIM endpoint

Next Steps