GuidesRecipesAPI ReferenceChangelog
API Reference

Gets a single employee by company and employee IDs

Summary Description

The GET Single Employee API endpoint allows users to fetch specific employee details from a client's Paylocity instance. To use this endpoint, the Paylocity Company ID and the Employee ID must be specified. The endpoint also offers an 'include' parameter for selective data retrieval, enabling users to choose specific payload elements to retrieve.

GET Specific Employee - Use Cases:

  • This API endpoint will allow an API user to retrieve an employee record for a specific employee ID.

  • For optimal use, pair this API endpoint with the Paylocity Employee Change Web Hook. This ensures that you get notified whenever there's a change in the employee's data in Paylocity. Along with the notification, you will receive the Paylocity Company ID and Employee ID corresponding to the employee whose data has been modified. You can then utilize the GET Specific Employee API endpoint to access the most recent version of the updated employee record.

Path Params
string
required

The Paylocity Company Identifier. This is the unique value provided by Paylocity to each specific Payroll Entity.
Allowable Values:
9 char max

string
required

A filter to use to limit results to a specific employee.
Allowable Values:
255 char max

Query Params
string

Comma separated list of data to be included
Allowable Values:
info, position, status, payrate and futurePayrates.

Headers
boolean

If true all responses are mocked and generated randomly

string

Authorization token. Ex. Bearer ...

Response

Language

Copyright © 2025 Paylocity. All Rights Reserved. Privacy Center | Terms and Conditions | Accessibility