Working with Employee Details

Overview

Interacting with employee details is a core functionality when integrating Paycom with Kognitos. This section covers how to fetch employee details using specific IDs or filters.

Querying Employee Details

Get an Employee's Details

To retrieve details of a specific employee by their ID:

get an employee's details whose
    employee id is "12345"

Get Some Employees' Details

To retrieve details of multiple employees based on specific filters:

get some employees details where
    the department is "Engineering"
    the job title is "Software Developer"

Last updated

Was this helpful?