Synchronizing Org Charts
Add Merge.dev support for broader HRIS integrations.
Last updated
Was this helpful?
Was this helpful?
GET https://api.peoplelogic.dev/api/v1/app/merge/start-link
Authorization: Bearer {{yourOrgToken}}POST https://api.peoplelogic.dev/api/v1/app
Content-Type: application/json
Authorization: Bearer {{yourOrgToken}}
{
"type": "pl:sync:merge:hris",
"internal": true,
"name": "Demo Connection with MS Entra",
"externalId": "entra-merge-hris",
"secretData": {
"accountToken": "{{entraLinkedAccountTokenFromMerge}}"
}
}