Push the current employee roster from your HR system to JobTicket.
Submits your complete current employee roster to JobTicket. The API performs a full reconciliation — adding new employees, updating changed records, and offboarding employees no longer in the list.Documentation Index
Fetch the complete documentation index at: https://jobticket-docs.ticket-plus.app/llms.txt
Use this file to discover all available pages before exploring further.
syncId is safe — duplicate submissions will be deduplicated.204 No Content — The sync has been accepted and will process in the
background. The response body is empty.HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
The unique numeric ID of the HR integration to sync against.
A unique identifier for this sync operation. Used for idempotency and audit logging. Use a UUID or timestamp-based string.
The complete current employee roster from your HR system. Must contain at least one employee. Employees absent from this list will be offboarded in JobTicket.
1Sync accepted and will process in the background. The response body is empty.
Empty body on success.