> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Oracle Fusion Cloud (HCM)

## Overview

<CardGroup cols={3}>
  <Card title="Pre-built tooling" icon="screwdriver-wrench" href="#pre-built-tooling" />

  <Card title="Pre-built integrations" icon="square-check" href="#pre-built-integrations" />

  <Card title="Access requirements" icon="triangle-exclamation" href="#access-requirements" />

  <Card title="Setup guide" icon="rocket" href="#setup-guide" />

  <Card title="Useful links" icon="circle-info" href="#useful-links" />

  <Card title="API gotchas" icon="biohazard" href="#api-gotchas" />
</CardGroup>

## Pre-built tooling

<AccordionGroup>
  <Accordion title="✅ Authorization">
    | Tools                           | Status |
    | ------------------------------- | ------ |
    | Pre-built authorization (Basic) | ✅      |
    | Pre-built authorization UI      | ✅      |
    | Custom authorization UI         | ✅      |
    | End-user authorization guide    | ✅      |
    | Expired credentials detection   | ✅      |
  </Accordion>

  <Accordion title="✅ Read & write data">
    | Tools                                     | Status                         |
    | ----------------------------------------- | ------------------------------ |
    | Pre-built integrations                    | ✅                              |
    | API unification                           | ✅                              |
    | 2-way sync                                | ✅                              |
    | Webhooks from Nango on data modifications | ✅                              |
    | Real-time webhooks from 3rd-party API     | 🚫 (time to contribute: \<48h) |
    | Proxy requests                            | ✅                              |
  </Accordion>

  <Accordion title="✅ Observability & data quality">
    | Tools                   | Status |
    | ----------------------- | ------ |
    | HTTP request logging    | ✅      |
    | End-to-end type safety  | ✅      |
    | Data runtime validation | ✅      |
    | OpenTelemetry export    | ✅      |
    | Slack alerts on errors  | ✅      |
    | Integration status API  | ✅      |
  </Accordion>

  <Accordion title="✅ Customization">
    | Tools                              | Status                         |
    | ---------------------------------- | ------------------------------ |
    | Create or customize use-cases      | ✅                              |
    | Pre-configured pagination          | 🚫 (time to contribute: \<48h) |
    | Pre-configured rate-limit handling | 🚫 (time to contribute: \<48h) |
    | Per-customer configurations        | ✅                              |
  </Accordion>
</AccordionGroup>

### Oracle HCM API

| Function name | Description                                                         | Type                                           | Source code                                                                                                        |
| ------------- | ------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `employees`   | Fetch all employees from Oracle HCM in the native Oracle data model | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/oracle-hcm/syncs/employees.ts) |

### Unified HRIS API

| Function name       | Description                         | Type                                           | Source code                                                                                                                |
| ------------------- | ----------------------------------- | ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `unified-employees` | Fetch all employees from Oracle HCM | [Sync](/guides/functions/syncs/sync-functions) | [🔗 Github](https://github.com/NangoHQ/integration-templates/blob/main/integrations/oracle-hcm/syncs/unified-employees.ts) |

## Access requirements

| Pre-Requisites    | Status | Comment |
| ----------------- | ------ | ------- |
| Paid dev account  | ❓      |         |
| Paid test account | ❓      |         |
| Partnership       | ❓      |         |
| App review        | ❓      |         |
| Security audit    | ❓      |         |

## Setup guide

*No setup guide yet.*

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

<Note>Contribute improvements to the setup guide by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/oracle-hcm.mdx)</Note>

## Useful links

* [Oracle Fusion Cloud (HCM) authentication](https://docs.oracle.com/en/cloud/saas/human-resources/25a/farws/Quick_Start.html)
* [Oracle Fusion Cloud (HCM) API docs](https://docs.oracle.com/en/cloud/saas/human-resources/25a/farws/rest-endpoints.html)

<Note>Contribute useful links by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/oracle-hcm.mdx)</Note>

## API gotchas

* Oracle Fusion Cloud HCM uses BASIC authentication to access various REST API endpoints.
* To authenticate with Nango, use your Oracle Cloud service username and password with the necessary permissions to access the resources you are using. Additionally, provide the `restServerUrl` in the connection configuration. You can find the REST Server URL, username, and password in the welcome email sent to your Oracle Cloud service administrator.

<Note>Contribute API gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/oracle-hcm.mdx)</Note>

## Going further

<Card title="Connect to Oracle Fusion Cloud (HCM)" icon="link" href="/integrations/all/oracle-hcm/connect" horizontal>
  Guide to connect to Oracle Fusion Cloud (HCM) using Connect UI
</Card>
