Workday · Schema

Organization

Represents an organization in Workday. Organizations include supervisory organizations, cost centers, companies, regions, and other organizational types used to structure the enterprise.

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string The Workday ID of the organization.
descriptor string A display descriptor for the organization.
name string The name of the organization.
code string The organization reference ID or code.
organizationType object The type of organization (e.g., Supervisory, Cost Center, Company, Region).
organizationSubType object The sub-type of the organization.
superiorOrganization object The parent organization in the hierarchy.
manager object The manager of the organization.
location object The primary location of the organization.
staffingModel string The staffing model (e.g., Position Management, Job Management).
memberCount integer The number of members in the organization.
subordinateOrganizations array Subordinate organizations in the hierarchy.
positions array Positions within this organization.
workers array Workers assigned to this organization.
isInactive boolean Whether the organization is inactive.
includeInactiveSubOrganizations boolean Whether to include inactive subordinate organizations.
availabilityDate stringnull The date the organization becomes available.
lastUpdated string The last time the organization was updated.
externalID string An external system identifier for the organization.
href string A link to the full organization resource.
View JSON Schema on GitHub