InTouch Hub · Blue Isle Software

Paylocity

Paylocity is a cloud payroll and human resources platform for managing employee pay, benefits, time, and workforce administration.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

financepayroll

Paylocity

Paylocity is a cloud payroll and human resources platform for managing employee pay, benefits, time, and workforce administration.

Operations

Inputs

Example

operation: get_all_company_codes_and_descriptions_by_resour
clientId: <your client id>
clientSecret: <your client secret>

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
clientId string yes OAuth client ID for paylocity.
clientSecret string yes OAuth client secret for paylocity.
operation string yes One of: get_all_company_codes_and_descriptions_by_resour, get_all_custom_fields_by_category, get_all_employees, get_employee, get_all_direct_deposit, get_all_earnings
scope string no WebLinkAPI OAuth scopes (space-separated); default from the spec.
category string no Path parameter category (required by some operations).
codeResource string no Path parameter codeResource (required by some operations).
companyId string no Path parameter companyId (required by some operations).
employeeId string no Path parameter employeeId (required by some operations).
query string no Optional query params as a JSON object string, e.g. {"limit": 10}.