Organization

Represents an organizational unit within the Workday system, including supervisory organizations, cost centers, companies, and regions.

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string The unique Workday identifier for the organization
descriptor string The display name of the organization
organizationType object The type of organization (Supervisory, Cost Center, Company, etc.)
organizationCode string The unique code for the organization
isActive boolean Whether the organization is currently active
manager object The manager of the organization
superior object The parent organization in the hierarchy
staffingModel string The staffing model used by the organization (Position Management or Job Management)
effectiveDate string The date the organization configuration became effective
View JSON Schema on GitHub

JSON Schema

workday-integration-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.workday.com/organization",
  "title": "Organization",
  "description": "Represents an organizational unit within the Workday system, including supervisory organizations, cost centers, companies, and regions.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique Workday identifier for the organization"
    },
    "descriptor": {
      "type": "string",
      "description": "The display name of the organization"
    },
    "organizationType": {
      "$ref": "#/$defs/ResourceReference",
      "description": "The type of organization (Supervisory, Cost Center, Company, etc.)"
    },
    "organizationCode": {
      "type": "string",
      "description": "The unique code for the organization"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the organization is currently active"
    },
    "manager": {
      "$ref": "#/$defs/ResourceReference",
      "description": "The manager of the organization"
    },
    "superior": {
      "$ref": "#/$defs/ResourceReference",
      "description": "The parent organization in the hierarchy"
    },
    "staffingModel": {
      "type": "string",
      "description": "The staffing model used by the organization (Position Management or Job Management)"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date",
      "description": "The date the organization configuration became effective"
    }
  },
  "required": ["id", "descriptor"],
  "$defs": {
    "ResourceReference": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "descriptor": {
          "type": "string"
        },
        "href": {
          "type": "string",
          "format": "uri"
        }
      },
      "required": ["id"]
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-integration-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 email required.

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