GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

Employee Events

When subscribed to the Employee webhooks you will receive the following events:

event_typedescription
employee.createdEmployee has been created
employee.updatedEmployee has been updated
employee.onboardedEmployee has been onboarded
employee.marked_for_self_onboardingEmployee will self onboard
employee.terminatedEmployee has been terminated
employee.termination_cancelledEmployee termination has been cancelled
employee.rehiredEmployee has been rehired
employee.rehire_cancelledEmployee rehire has been cancelled
employee.deletedEmployee has been deleted

Example payload

{
  "event_type": "employee.created",
  "resource_type": "Company",
  "resource_id": 7756341741171842,
  "resource_uuid": "5df911a0-e8e9-412d-8aaf-a46ad193dd96",
  "entity_type": "Employee",
  "entity_id": 7757869436426662,
  "entity_uuid": "bcfc9744-0ab3-4ef3-ab0d-e728255d659c",
  "timestamp": 1671058841,
  "uuid": "03ffbf0c-48a9-4f1c-932a-546413a26ad1"
}