Automate Paylocity
HumDay reads Paylocity’s own published API description and derives 30 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Paylocity is
For general questions and support of the API, contact: webservices@paylocity.com # Overview Paylocity Web Services API is an externally facing RESTful Internet protocol. The Paylocity API uses HTTP verbs and a RESTful endpoint structure. OAuth 2.0 is used as the API Authorization framework. Request and response payloads are formatted as JSON. Paylocity supports v1 and v2 versions of its API endpoi
API host: api.paylocity.com
What HumDay can do in Paylocity
14 documented operations change something in Paylocity.
- POSTAdd new employee
/v2/companies/{companyId}/employees - POSTObtain new client secret.
/v2/credentials/secrets - POSTAdd new employee to Web Link
/v2/weblinkstaging/companies/{companyId}/employees/newemployees - POSTAdd new local tax
/v2/companies/{companyId}/employees/{employeeId}/localTaxes - PUTAdd/update emergency contacts
/v2/companies/{companyId}/employees/{employeeId}/emergencyContacts - PUTAdd/Update Earning
/v2/companies/{companyId}/employees/{employeeId}/earnings - PUTAdd/update employee's benefit setup
/v2/companies/{companyId}/employees/{employeeId}/benefitSetup - PUTAdd/update sensitive data
/v2/companies/{companyId}/employees/{employeeId}/sensitivedata - PUTAdd/update additional rates
/v2/companies/{companyId}/employees/{employeeId}/additionalRates - PUTAdd/update primary state tax
/v2/companies/{companyId}/employees/{employeeId}/primaryStateTax - PUTAdd/update non-primary state tax
/v2/companies/{companyId}/employees/{employeeId}/nonprimaryStateTax - PATCHUpdate employee
/v2/companies/{companyId}/employees/{employeeId} - DELETEDelete local tax by tax code
/v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode} - DELETEDelete Earning by Earning Code and Start Date
/v2/companies/{companyId}/employees/{employeeId}/earnings/{earningCode}/{startDate}
What HumDay can read from Paylocity
These are the operations a schedule or a trigger can watch.
- GETGet Company-Specific Open API Documentation
/v2/companies/{companyId}/openapi - GETGet all employees
/v2/companies/{companyId}/employees/ - GETGet All Company Codes
/v2/companies/{companyId}/codes/{codeResource} - GETGet employee
/v2/companies/{companyId}/employees/{employeeId} - GETGet All Custom Fields
/v2/companies/{companyId}/customfields/{category} - GETGet All Earnings
/v2/companies/{companyId}/employees/{employeeId}/earnings - GETGet all local taxes
/v2/companies/{companyId}/employees/{employeeId}/localTaxes - GETGet All Direct Deposit
/v2/companies/{companyId}/employees/{employeeId}/directDeposit - GETGet sensitive data
/v2/companies/{companyId}/employees/{employeeId}/sensitivedata - GETGet local taxes by tax code
/v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode} - GETGet Earnings by Earning Code
/v2/companies/{companyId}/employees/{employeeId}/earnings/{earningCode} - GETGet employee pay statement details data for the specified year.
/v2/companies/{companyId}/employees/{employeeId}/paystatement/details/{year} - GETGet employee pay statement summary data for the specified year.
/v2/companies/{companyId}/employees/{employeeId}/paystatement/summary/{year} - GETGet Earning by Earning Code and Start Date
/v2/companies/{companyId}/employees/{employeeId}/earnings/{earningCode}/{startDate} - GETGet employee pay statement details data for the specified year and check date.
/v2/companies/{companyId}/employees/{employeeId}/paystatement/details/{year}/{checkDate} - GETGet employee pay statement summary data for the specified year and check date.
/v2/companies/{companyId}/employees/{employeeId}/paystatement/summary/{year}/{checkDate}
How automating Paylocity works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Paylocity account.
- Grant access, then go live. You approve the specific Paylocity operations it may use — and only those.
Popular Paylocity integrations
Connect Paylocity to the tools people pair it with most.
- Paylocity and OData for namespace microsoft.graphintegration
- Paylocity and Cloudflareintegration
- Paylocity and NetBoxintegration
- Paylocity and GitHubintegration
- Paylocity and Mistintegration
- Paylocity and Loket.nlintegration
- Paylocity and Atlassian The Jira Cloud platformintegration
- Paylocity and Magento B2Bintegration
- Paylocity and Stripeintegration
- Paylocity and Zuora Reference Billingintegration
- Paylocity and bunqintegration
- Paylocity and DocuSignintegration
Automate Paylocity with these
- Stripe442 operations
- Zuora Reference Billing428 operations
- bunq421 operations
- PayRun.IO389 operations
- Sinao272 operations
- Xero Accounting224 operations
- The Plaid191 operations
- Biapi Budgea Documentation167 operations
- Naviplancentral Advicent.FactFinderService151 operations
- Bigredcloud Big Red Cloud111 operations
- Codat Accounting105 operations
- Portfoliooptimizer Portfolio Optimizer83 operations
Categories
Questions about Paylocity automation
- Can HumDay connect to Paylocity?
- Yes. HumDay reads Paylocity's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 30 operations are documented.
- Do I need to write code to automate Paylocity?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Paylocity account.
- What can HumDay do in Paylocity?
- 14 of the 30 documented operations change something in Paylocity, and 16 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Paylocity account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Paylocity is held behind that approval.
Where this came from
The operations above are read from a published API description for Paylocity at api.paylocity.com/api/v2/openapi. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.