Integrations Hub

Trusted solutions built for a changing world

LMS/LXP

HRIS

Data Analytics

Build Your Own Integrations

LMS/LXP

HRIS

Data Analytics

Build Your Own Integrations

Additional Setup for Workday's EIB (Enterprise Interface Builder)

In this article:


Details for report creation

Before creating the EIB, you will need to create a report structured using the information below.

Deprovison Report

  • Format as CSV
  • Fields
    • id: any unique identifier for a worker (strongly prefer id used for SSO integration with Pluralsight)
    • email: user’s email.
    • first_name: user’s first name.
    • last_name: user’s last name.

We recommend filtering out any users that are missing ids or emails. These fields are required and will cause an error if they are missing. All users must have a unique id and a unique email

Example of a valid deprovision report (CSV):

id,email,first_name,last_name
21,user1@example.com,John,Doe
12,user2@example.com,Jane,Doe

Please Note: The use of special characters in files (Quotations marks, commas, symbols, etc.) can possibly cause errors while parsing. We recommend that you remove any special characters from your files to ensure your file gets processed successfully.


Workday Outbound EIB documentation

Workday has provided detailed documentation for setting up and launching an outbound EIB.

Specific Setup Details for this Connector

  • Select Outbound when creating the EIB
  • Under the Get Data Section
    • Data Source Type:
      • Custom Report
    • Custom Report:
      • Select the report you created
    • Alternate Output Format:
      • CSV
  • Under the Deliver Section
    • Delivery Method:
      • HTTP/SSL
    • Web Service Invocation Type:
      • Basic Auth
    • HTTP Address
      • https://integrations-api.pluralsight.com/deprovision
    • File Name:
      • deprovision
    • For other fields including username and password please reference the Authentication section of the Setup page.

There is also an optional PGP Encryption piece that can be enabled in the EIB Integration for extra security. If you would like to utilize this feature, let the PaaS Team know.


Launching and scheduling


Viewing Results of EIB Submission

Workday does not display the results of your EIB Submission other than to display success or failure of the file delivery. If an error occurred during the process of validating your files, Workday will simply return that there was an error with no other information.

Please utilize our Results page to view the status and/or errors that occurred during the Deprovision process.

To view available URL parameters and possible responses, please visit the URL Parameters and Responses page