All Collections
Oloid Workflow
Set up Workday Integration - Time and Attendance and User Sync
Set up Workday Integration - Time and Attendance and User Sync

How to link your Workday account to Oloid using your Workday credentials

Updated over a week ago

Workday Time and Attendance: A Brief Overview

Workday Time and Attendance is a comprehensive solution designed to manage and streamline workforce time tracking, absence management, and employee scheduling. It offers flexibility and control for both employees and managers, allowing for efficient time tracking, leave request management, and compliance with labor regulations. Integrated into the broader Workday suite, it seamlessly connects with other HR and financial modules, ensuring a unified approach to workforce management.

Real-Time Integration with Oloid Software Time Clocks: Key Benefits and Value

Integrating Oloid Software Time Clocks in real-time with your existing systems offers numerous advantages:

  1. Enhanced Accuracy and Efficiency: Real-time data synchronization ensures that time and attendance records are accurate and up-to-date. This minimizes errors in payroll processing and reduces the administrative burden of manual data entry.

  2. Improved Compliance: With real-time data, it's easier to adhere to labor laws and company policies. Oloid's system can help in tracking work hours, breaks, and overtime, ensuring compliance with legal requirements.

  3. Streamlined Operations: Real-time integration allows for smoother operational workflows. For instance, managers can make informed decisions based on the latest data, and employees can access their time records in real-time, fostering transparency and trust.

  4. Enhanced Security: Oloid's advanced time clocks, often equipped with biometric features, enhance security and prevent time theft, ensuring that the recorded time is accurate and authentic.

  5. Customizable Features: Oloid Software Time Clocks can be tailored to meet specific organizational needs, offering flexibility in how time and attendance data is captured and reported.

Pre-requisites to Integrate

To successfully integrate Oloid with Workday, the following prerequisites are essential for the Rest API integration:

  1. Rest API Endpoint: This is the base URL through which Oloid will communicate with Workday's API.

  2. Authorization Endpoint: Used for initiating the authentication process.

  3. Token Endpoint: Critical for obtaining and refreshing access tokens for secure communication.

  4. Client ID: A unique identifier for Oloid as a client in the Workday system.

  5. Client Secret: A confidential key associated with the Client ID for authentication.

  6. Refresh Token: Helps in maintaining a session or reestablishing a connection without re-authentication.

  7. Account Name: Assign a unique name to this account to easily identify the Workday tenant it's linked to.

To facilitate a seamless integration between Oloid and Workday, the following documentation details the process for setting up API client connections and obtaining the necessary credentials.

Step 1 โ€“ Retrieve Endpoints

  1. Navigate to the "View API Clients" page within your Workday instance.

  2. Record the following critical endpoints for the integration process:

    • Workday REST API Endpoint: This URL is used for all API requests to Workday.

    • Token Endpoint: This endpoint is utilized for obtaining and refreshing authentication tokens.

    • Authorization Endpoint: This endpoint manages the authorization flow.

Step 2 โ€“ Register API Client

  1. Proceed to the "Register API Client" section in your Workday instance.

  2. Assign a descriptive Client Name that reflects its purpose or integration function.

  3. For the Client Grant Type, choose "Authorization Code Grant," which is standard for web applications.

  4. Set "Bearer" as the Access Token Type, indicating the token will be included in the authorization header.

  5. Ensure you document the Client ID and Client Secret. These are crucial credentials and are needed for the Oloid integration.

Register API Client for Integrations

Select Non-Expiring Refresh Tokens to avoid regenerating and reconnecting and Select all the OAuth2 scopes and Functional Area scope that you need

โš ๏ธ Remember to note down the Client ID and Client Secret before clicking Done.

Managing refresh tokens is a critical aspect of maintaining a secure and efficient authentication flow, especially when integrating systems like Oloid with Workday.

For this navigate to Action > API Client > Manage Refresh Tokens for Integrations.

If there are no existing refresh tokens, select Generate new refresh token and copy the new Refresh token. Note down the generated token as it will be required by Oloid.

Did this answer your question?