Merge · Arazzo Workflow
Merge HRIS Link an Account
Version 1.0.0
Create a Merge Link token, exchange the returned public token for an account token, and confirm the linked HRIS account.
Provider
Workflows
link-hris-account
Link a new end user to an HRIS platform and obtain a usable account token.
Creates a Link token scoped to the HRIS category, exchanges the public token produced by Merge Link for an account token, and verifies the linked account by reading its details.
1
createLinkToken
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1link-token/post
Create a single-use Link token scoped to the HRIS category from the end user's identifying details.
2
exchangePublicToken
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1account-token~1{public_token}/get
Exchange the public token returned by the Merge Link frontend flow for a durable account token used on all subsequent data requests.
3
confirmAccount
{$sourceDescriptions.hrisApi.url}#/paths/~1hris~1v1~1account-details/get
Read the linked account details to confirm the integration completed and surface the connected HRIS platform.