Bindbee · Example Payload

Bindbee Employee Example

ATSHR IntegrationHRISWorkforce

Bindbee Employee Example is an example object payload from Bindbee, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idfirst_namelast_nameemailjob_titledepartmentemployment_statusstart_date

Example Payload

Raw ↑
{
  "id": "emp-abc123",
  "first_name": "Jane",
  "last_name": "Smith",
  "email": "jsmith@example.com",
  "job_title": "Software Engineer",
  "department": "Engineering",
  "employment_status": "active",
  "start_date": "2022-03-15"
}