Oracle Fusion Cloud Worker

A worker record in Oracle Fusion Cloud HCM representing an employee or contingent worker, including person details, employment information, and work assignments.

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
PersonId integer Unique system-generated person identifier
PersonNumber string Unique person number assigned to the worker
FirstName string Worker first name
LastName string Worker last name
MiddleName string Worker middle name
DisplayName string Full formatted display name
DateOfBirth string Worker date of birth
WorkEmail string Primary work email address
WorkPhoneNumber string Primary work phone number
HireDate string Original hire date
EffectiveStartDate string Effective start date of the current record
WorkerType string Classification of the worker relationship
PersonType string Detailed person type classification
Citizenship string Worker citizenship status
Assignment object
CreationDate string Record creation timestamp
LastUpdateDate string Last modification timestamp
View JSON Schema on GitHub

JSON Schema

oracle-fusion-worker-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docs.oracle.com/schemas/oracle-fusion/worker.json",
  "title": "Oracle Fusion Cloud Worker",
  "description": "A worker record in Oracle Fusion Cloud HCM representing an employee or contingent worker, including person details, employment information, and work assignments.",
  "type": "object",
  "required": ["FirstName", "LastName"],
  "properties": {
    "PersonId": {
      "type": "integer",
      "description": "Unique system-generated person identifier"
    },
    "PersonNumber": {
      "type": "string",
      "description": "Unique person number assigned to the worker"
    },
    "FirstName": {
      "type": "string",
      "description": "Worker first name",
      "minLength": 1,
      "maxLength": 150
    },
    "LastName": {
      "type": "string",
      "description": "Worker last name",
      "minLength": 1,
      "maxLength": 150
    },
    "MiddleName": {
      "type": "string",
      "description": "Worker middle name",
      "maxLength": 60
    },
    "DisplayName": {
      "type": "string",
      "description": "Full formatted display name"
    },
    "DateOfBirth": {
      "type": "string",
      "format": "date",
      "description": "Worker date of birth"
    },
    "WorkEmail": {
      "type": "string",
      "format": "email",
      "description": "Primary work email address"
    },
    "WorkPhoneNumber": {
      "type": "string",
      "description": "Primary work phone number"
    },
    "HireDate": {
      "type": "string",
      "format": "date",
      "description": "Original hire date"
    },
    "EffectiveStartDate": {
      "type": "string",
      "format": "date",
      "description": "Effective start date of the current record"
    },
    "WorkerType": {
      "type": "string",
      "enum": ["Employee", "Contingent Worker"],
      "description": "Classification of the worker relationship"
    },
    "PersonType": {
      "type": "string",
      "description": "Detailed person type classification"
    },
    "Citizenship": {
      "type": "string",
      "description": "Worker citizenship status"
    },
    "Assignment": {
      "$ref": "#/$defs/Assignment"
    },
    "CreationDate": {
      "type": "string",
      "format": "date-time",
      "description": "Record creation timestamp"
    },
    "LastUpdateDate": {
      "type": "string",
      "format": "date-time",
      "description": "Last modification timestamp"
    }
  },
  "$defs": {
    "Assignment": {
      "type": "object",
      "description": "Work assignment details for the worker",
      "properties": {
        "AssignmentId": {
          "type": "integer",
          "description": "Assignment identifier"
        },
        "AssignmentNumber": {
          "type": "string",
          "description": "Assignment number"
        },
        "BusinessUnitName": {
          "type": "string",
          "description": "Business unit name"
        },
        "DepartmentName": {
          "type": "string",
          "description": "Department name"
        },
        "JobName": {
          "type": "string",
          "description": "Job title"
        },
        "PositionName": {
          "type": "string",
          "description": "Position name"
        },
        "GradeName": {
          "type": "string",
          "description": "Grade name"
        },
        "LocationName": {
          "type": "string",
          "description": "Work location"
        },
        "ManagerDisplayName": {
          "type": "string",
          "description": "Direct manager display name"
        },
        "AssignmentStatus": {
          "type": "string",
          "enum": ["Active", "Suspended", "Inactive"],
          "description": "Current status of the assignment"
        },
        "EffectiveStartDate": {
          "type": "string",
          "format": "date",
          "description": "Assignment effective start date"
        }
      }
    }
  }
}

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/oracle-fusion-worker"
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.