Using PCFL.Paylocity.SDK with paylocity.com

C# integration

Install
dotnet add package PCFL.Paylocity.SDK
Get Company-Specific Open API Documentation
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.paylocity.com/api/v2/companies/{companyId}/openapi
Get all employees
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.paylocity.com/api/v2/companies/{companyId}/employees/
Get All Company Codes
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.paylocity.com/api/v2/companies/{companyId}/codes/{codeResource}
SDK on GitHub 📄 API Docs
SDK
PCFL.Paylocity.SDK
C#
API
paylocity.com
paylocity.com
At a glance
Language C#
Endpoints30
Base URLhttps://api.paylocity.com/api