Skip to main content
Oracle Fusion
Oracle Fusion
16 actions · 3 auth methods
PreviewLMSHRIS

Authentication

Basic Authentication

Basic Authentication requires a username and password with access to HCM REST APIs.Guides: Connector Profile, Link Account

OAuth 2.0 (Client Credentials)

OAuth 2.0 authentication uses client credentials to obtain an access token from Oracle Identity Cloud Service.Guides: Connector Profile, Link Account

OAuth 2.0 (Authorization Code)

Three-legged OAuth that acts on behalf of a signed-in Oracle user. Requires a confidential application in Oracle Identit…Guides: Connector Profile, Link Account
Actions
|
16 actions
Action
Description
List Digital Learning Providers
Get a list of digital learning content items from external providers
Get Digital Learning Provider
Retrieve a specific digital learning content item by learningItemNumber
Create Digital Learning Provider
Create a new digital learning content item in Oracle Learning Cloud
Update Digital Learning Provider
Update an existing digital learning content item in Oracle Learning Cloud
List Learning Events
Get a list of learning events with filtering and sorting options
Get Learning Event
Retrieves a specific learning event by its unique ID.
Create Learning Event
Creates a new learning event (instructor-led training) in Oracle Fusion HCM.
Update Learning Event
Updates an existing learning event in Oracle Fusion HCM.
List Learner Learning Records
Get a list of learner learning records with filtering and sorting options
Get Learner Learning Record
Retrieves a specific learning assignment record by its unique composite identifier.
Create Learner Learning Record
Creates a new learning assignment record for a learner.
Update Learner Learning Record
Updates an existing learning assignment record.
Create XAPI Statement
Send an xAPI statement to track learner activity in Oracle Learning Cloud
Get XAPI Statement
Retrieve an xAPI statement by its statementId from Oracle Learning Cloud
List Workers
List workers (employees, contingent, pending) to look up a Person ID — use the returned PersonId as the assignedToId wh…
Get Worker
Retrieve a single worker by composite ID (PersonId,EffectiveDate) with optional child resource expansion — use to confi…

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile

Oracle Fusion - Basic Authentication

Connector Profile

Oracle Fusion - OAuth 2.0 (Client Credentials)

Connector Profile

Oracle Fusion - OAuth 2.0 (Authorization Code)
3

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Oracle Fusion - Basic Authentication

Link Account

Oracle Fusion - OAuth 2.0 (Client Credentials)

Link Account

Oracle Fusion - OAuth 2.0 (Authorization Code)
4

Use Actions

Invoke actions using one of the methods below:
  • MCP – Model Context Protocol for AI assistants
  • A2A – Agent-to-Agent protocol
  • Agent SDK – TypeScript and Python SDKs for AI agents
  • Actions RPC – Direct API calls
  • Playground – Test actions in the dashboard