Agave · Example Payload

Unified Api Employee Example

AccountingConstructionIntegration

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

Top-level fields

idfirst_namelast_nameemailtitlestatushire_date

Example Payload

Raw ↑
{
  "id": "500123",
  "first_name": "Example Name",
  "last_name": "Example Name",
  "email": "admin@example.com",
  "title": "example_value",
  "status": "active",
  "hire_date": "2025-03-15"
}