Fully synced
POST/v1/webhooks
Implement the users.fully_synced webhook to be notified when data retrieval has completed for all accounts successfully connected by a user.
- Once the
users.fully_syncedwebhook is received, data and documents for all accounts successfully connected by a user are fully available via Console or the API. - If the user connects multiple payroll accounts, the
users.fully_syncedwebhook will only be sent if at least one of the accounts has successfully connected. The webhook will not be sent if all accounts fail to connect. - The
users.fully_syncedwebhook is not sent immediately upon successful account connection by a user. Data is pulled from payroll platforms and delivered gradually.
Request body
Webhook message
name(string, optional): Name used for the webhook subscription.data(object, optional)user(string (uuid), optional): ID of the user.resource(object, optional)id(string (uuid), optional): ID of the user.data_providers_connected(array of strings, optional): The Link items through which the user connected their payroll accounts in Link.employers_connected(array of strings, optional): Names of the employers associated with the Link items.
- curl
- python