Cmdlets for Paylocity

Build 24.0.9060

Select-Paylocity Cmdlet

Parameters   Output Objects  

Searches Paylocity data.

Syntax

Select-Paylocity [parameters]

Remarks

The Select-Paylocity cmdlet allows you to use a syntax similar to SQL SELECT statements to search Paylocity data.

$conn = Connect-Paylocity -InitiateOauth "GETANDREFRESH" -OAuthClientID "YourClientId" -OAuthClientSecret "YourClientSecret" -RSAPublicKey "YourRSAPubKey" -Key "YourKey" -IV "YourIV"
Select-Paylocity -Connection $conn -Table "Employee" -Columns @("FirstName","LastName") -Where "EmployeeId='1234'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060