StackOne · JSON Structure

Stackone Employee Structure

Normalized employee record returned by the StackOne Unified HRIS API

Type: object Properties: 0
IntegrationsiPaaS

Stackone Employee Structure is a JSON Structure definition published by StackOne.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "StackOne Employee",
  "description": "Normalized employee record returned by the StackOne Unified HRIS API",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "StackOne unified identifier" },
    { "name": "remote_id", "type": "string", "description": "Provider-native identifier" },
    { "name": "first_name", "type": "string" },
    { "name": "last_name", "type": "string" },
    { "name": "email", "type": "string", "format": "email" },
    { "name": "employment_type", "type": "string" },
    { "name": "start_date", "type": "string", "format": "date" },
    { "name": "department", "type": "string" },
    { "name": "job_title", "type": "string" },
    { "name": "manager_id", "type": "string" },
    { "name": "created_at", "type": "string", "format": "date-time" },
    { "name": "updated_at", "type": "string", "format": "date-time" }
  ]
}