User Synchronisation
Example
<script src="https://cdn.adnuntius.com/adn.js" async></script>
<script>
window.adn = window.adn || {};
adn.calls = adn.calls || [];
adn.calls.push(function() {
adn.sync('folderId', {
externalSystemType: 'systemId',
externalSystemUserId: 'systemUserId'
});
});
</script>Parameter
Value in the above example
Description
Last updated