Capabilities
The Paylocity Weblink connector syncs the following resources:Connector actions
Connector actions are custom capabilities that extend C1 automations with app-specific operations. You can use connector actions in the Perform connector action automation step.
The
create_user action mirrors the Paylocity Add Employee endpoint. Only first_name and last_name are required by the API; all other fields are optional. If employee_status is not provided, the action always defaults it to A (Active) so the new employee lands as a usable record.
The action uses the v2 direct-create endpoint rather than the v1 /onboarding/employees flow. The v1 flow stages an employee that requires manual graduation in the Paylocity admin UI; the goal here is to produce a fully-usable employee from a single C1 automation step, not a draft awaiting human review.
Compensation fields (pay rate, salary, pay type) are intentionally not exposed here. Those changes go through HR/payroll approval workflows in Paylocity and should be set in the Paylocity admin UI rather than provisioned through C1.
Reactivation (Terminated → Active) is not supported. The Paylocity Weblink API rejects that transition; customers who need to re-enable a terminated employee must do so through the Paylocity admin portal.
Gather Paylocity Weblink credentials
Configuring the connector requires you to pass in credentials generated in Paylocity. Gather these credentials before you move on.1
Sign in to the Paylocity Web Pay portal and navigate to Company > Setup > Integrations > Web Services.
2
Create or locate an API client with the WebLinkAPI scope:
- If you don’t already have Weblink API credentials, contact Paylocity support to request Weblink API access for your company
- Once enabled, create a new API client or use an existing one
- Ensure the client has the
WebLinkAPIscope
3
Copy and save the following values:
- Client ID: The OAuth2 client ID
- Client Secret: The OAuth2 client secret
- Company ID: Your full Paylocity company ID including the suffix (e.g.,
347766RCU). Using only the numeric prefix will cause 403 errors. - API Gateway URL: The Weblink API gateway URL for your environment:
- Sandbox:
https://dc1demogw.paylocity.com - Production:
https://api.paylocity.com
- Sandbox:
Configure the Paylocity Weblink connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Paylocity Weblink connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Paylocity Weblink and click Add.
3
Choose how to set up the new Paylocity Weblink connector:
- Add the connector to a currently unmanaged app
- Add the connector to a managed app
- Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
- Client ID (required): Your Paylocity Weblink OAuth2 client ID
- Client Secret (required): Your Paylocity Weblink OAuth2 client secret
- Company ID (required): Your full Paylocity company ID with suffix (e.g.,
347766RCU) - API Gateway URL: Defaults to production (
https://api.paylocity.com). Override only for sandbox/testing (e.g.,https://dc1demogw.paylocity.com).
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.