Workday Integrations · Schema
Workday Organization
Represents an organization in Workday, including supervisory organizations, cost centers, companies, regions, and custom organization types that form the organizational hierarchy.
CloudEnterprise SoftwareERPFinanceHCMHRIntegration
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Workday ID of the organization |
| descriptor | string | Display name of the organization |
| organizationType | string | Type of organization |
| organizationCode | string | Organization reference code |
| isActive | boolean | Whether the organization is currently active |
| manager | object | |
| superiorOrganization | object | |
| subordinateOrganizations | array | Child organizations in the hierarchy |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://community.workday.com/schemas/workday-integrations/organization.json",
"title": "Workday Organization",
"description": "Represents an organization in Workday, including supervisory organizations, cost centers, companies, regions, and custom organization types that form the organizational hierarchy.",
"type": "object",
"required": ["id", "descriptor", "organizationType"],
"properties": {
"id": {
"type": "string",
"description": "Workday ID of the organization"
},
"descriptor": {
"type": "string",
"description": "Display name of the organization"
},
"organizationType": {
"type": "string",
"enum": ["Supervisory", "Cost_Center", "Company", "Region", "Custom"],
"description": "Type of organization"
},
"organizationCode": {
"type": "string",
"description": "Organization reference code"
},
"isActive": {
"type": "boolean",
"description": "Whether the organization is currently active"
},
"manager": {
"$ref": "#/$defs/Reference"
},
"superiorOrganization": {
"$ref": "#/$defs/Reference"
},
"subordinateOrganizations": {
"type": "array",
"items": {
"$ref": "#/$defs/Reference"
},
"description": "Child organizations in the hierarchy"
}
},
"$defs": {
"Reference": {
"type": "object",
"description": "Reference to a Workday business object",
"properties": {
"id": {
"type": "string",
"description": "Workday ID of the referenced object"
},
"descriptor": {
"type": "string",
"description": "Display name of the referenced object"
},
"href": {
"type": "string",
"format": "uri",
"description": "API URL for the referenced resource"
}
}
}
}
}
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/workday-integrations-organization"
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.