Trigger HR Sync
Push the current employee roster from your HR system to JobTicket.
422 Unprocessable Entity error.Path Parameters
Body
syncId is safe — duplicate submissions will be deduplicated.Response
204 No Content — The sync has been accepted and will process in the
background. The response body is empty.Authorizations
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.
Path Parameters
The unique numeric ID of the HR integration to sync against.
Body
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.
1Response
Sync accepted and will process in the background. The response body is empty.
Empty body on success.

