Culture Amp · Schema
Employee
The employee data record for the Culture Amp Public API
HREmployee EngagementPerformance ManagementPeople AnalyticsSurveysHuman Resources
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The identifier used by Culture Amp to identify the employee |
| employeeIdentifier | string | The identifier used by the employee's organization to identify the employee |
| string | The employee's email address | |
| name | string | The name of the employee |
| preferredName | string | The employee preferred name |
| birthDate | string | The date of birth in YYYY-MM-DD format |
| startDate | string | The date the employee started in the company, in YYYY-MM-DD format |
| endDate | string | The date the employee left the company, in YYYY-MM-DD format |
| links | array | Links to data related to the employee |
| processedAt | string | The date the employee was last processed by the public API |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/culture-amp/main/json-schema/culture-amp-employee-schema.json",
"title": "Employee",
"description": "The employee data record for the Culture Amp Public API",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The identifier used by Culture Amp to identify the employee",
"format": "uuid"
},
"employeeIdentifier": {
"type": "string",
"description": "The identifier used by the employee's organization to identify the employee"
},
"email": {
"type": "string",
"description": "The employee's email address",
"format": "email"
},
"name": {
"type": "string",
"description": "The name of the employee"
},
"preferredName": {
"type": "string",
"description": "The employee preferred name"
},
"birthDate": {
"type": "string",
"description": "The date of birth in YYYY-MM-DD format",
"format": "date"
},
"startDate": {
"type": "string",
"description": "The date the employee started in the company, in YYYY-MM-DD format",
"format": "date"
},
"endDate": {
"type": "string",
"description": "The date the employee left the company, in YYYY-MM-DD format",
"format": "date"
},
"links": {
"type": "array",
"description": "Links to data related to the employee",
"items": {
"$ref": "#/definitions/Link"
}
},
"processedAt": {
"type": "string",
"description": "The date the employee was last processed by the public API",
"format": "date-time"
}
},
"required": ["id", "name", "processedAt"],
"definitions": {
"Link": {
"type": "object",
"description": "Link to related data",
"properties": {
"rel": {
"type": "string",
"description": "The type of related data e.g. demographics, goals, performance"
},
"uri": {
"type": "string",
"description": "The relative url that points to the data"
}
},
"required": ["rel", "uri"]
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/culture-amp-employee"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.