{ "opencollection": "1.0.0", "info": { "name": "Paylocity Integrations REST Background Check Employees API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.paylocity.com/IdentityServer/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Employees", "type": "folder" }, "items": [ { "info": { "name": "List employees", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "List employees" }, { "info": { "name": "Add a new employee", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Add a new employee" }, { "info": { "name": "Get employee", "type": "http" }, "http": { "method": "GET", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "Get employee" }, { "info": { "name": "Update employee", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "Update employee" }, { "info": { "name": "Onboard employee", "type": "http" }, "http": { "method": "POST", "url": "https://api.paylocity.com/api/v2/companies/:companyId/employees/:employeeId/onboarding", "params": [ { "name": "companyId", "value": "", "type": "path" }, { "name": "employeeId", "value": "", "type": "path" } ] }, "docs": "Onboard employee" } ] } ], "bundled": true }