Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.iru.com/llms.txt

Use this file to discover all available pages before exploring further.

About Workday Report

Iru consumes Advanced Custom Reports exposed as REST (Reports as a Service, RaaS). Authenticate with an Integration System User (ISU) via HTTP Basic (isu_username/isu_password). URLs follow https://YOUR_HOST/ccx/service/customreport2/YOUR_TENANT/YOUR_OWNER/YOUR_REPORT - production vs implementation hosts and data-center suffixes (wd5, wd12, …) must match your tenant.

How it works

Authorization: Basic base64(isu_username:isu_password)
DetailValue
CategoryHRIS
AuthenticationBasic (ISU)
Official references: RaaS community article, Workday docs on ISU and security (see your Workday release documentation).

Prerequisites

  • Tenant admin to create an ISU, security group, and enable target reports as web services.

Connect Workday Report to Iru

Workday Report

1

Create an ISU and security group

Use Create Integration System User - dedicated service account, Session Timeout = 0 where policy allows, password policy compatible with automation. Place the user in an Integration System Security Group with domain access to HR and Security Configuration (as your reports require), allow User Name Password authentication, then Activate Pending Security Policy Changes.
2

Publish reports as web services

Set report type to Advanced, Enable As Web Service, save, then ActionsWeb ServiceView URLs and note the REST endpoint for Iru.

Iru Compliance

1

Open Sources

In Iru Compliance, on the left navigation bar, expand Compliance and select Sources.
Left navigation: Compliance expanded, Sources selected
2

Turn on Workday Report

Find Workday Report (use Category or Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
3

Enter tenant and host variables

Enter tenant and host values as the wizard shows. Match implementation vs production and region to your Workday tenant.
4

Submit ISU credentials and activate

Enter the ISU username and password. Submit until the Workday Report card shows Active.

Troubleshooting

Check pop-up blocker settings for the Iru site and try again.
ISU credentials; auth policy allows password auth.
ISSG domain permissions; activate security changes.
Report not web service-enabled; ISU cannot see data domain.
Do not mix impl and prod credentials.

See also