Truto · JSON Structure

Truto Employee Structure

A normalized employee record from the Truto Unified HRIS API.

Type: Properties: 0
Unified-APIIntegration PlatformHRISATSCRMEmbedded IntegrationsMCPAI AgentsSoftware-as-a-Service

Employee is a JSON Structure definition published by Truto.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Employee",
  "description": "A normalized employee record from the Truto Unified HRIS API.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unified Truto employee identifier" },
    { "name": "remoteId", "type": "string", "required": true, "description": "Employee ID in source HRIS system" },
    { "name": "firstName", "type": "string", "required": false, "description": "First name" },
    { "name": "lastName", "type": "string", "required": false, "description": "Last name" },
    { "name": "displayName", "type": "string", "required": false, "description": "Preferred display name" },
    { "name": "email", "type": "string(email)", "required": false, "description": "Work email" },
    { "name": "personalEmail", "type": "string(email)", "required": false, "description": "Personal email" },
    { "name": "phone", "type": "string", "required": false, "description": "Work phone" },
    { "name": "status", "type": "enum[active,inactive,terminated]", "required": true, "description": "Employment status" },
    { "name": "employmentType", "type": "enum[full_time,part_time,contractor,intern,other]", "required": false, "description": "Employment type" },
    { "name": "jobTitle", "type": "string", "required": false, "description": "Current job title" },
    { "name": "departmentId", "type": "string", "required": false, "description": "Department group identifier" },
    { "name": "managerId", "type": "string", "required": false, "description": "Manager employee identifier" },
    { "name": "hireDate", "type": "string(date)", "required": false, "description": "Hire date" },
    { "name": "terminationDate", "type": "string(date)", "required": false, "description": "Termination date" },
    { "name": "location", "type": "string", "required": false, "description": "Work location" },
    { "name": "avatar", "type": "string(uri)", "required": false, "description": "Profile photo URL" },
    { "name": "createdAt", "type": "string(date-time)", "required": false, "description": "Record creation timestamp" },
    { "name": "updatedAt", "type": "string(date-time)", "required": false, "description": "Record last updated timestamp" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/truto-employee-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.