Is anyone aware of a way to link an LDAP Backend User asset under another asset (in my case a user group)?
The 'Join User Group for Session' Trigger action would do the trick but it only lasts for a limited time.
I also tried the JS API (see below) but I get an the error message 'Assetid supplied doesnt exist on the system'.
js_api.createLink({ "parent_id": <parent_id>, "child_id": "%globals_user_assetid%", "link_type": 1, "link_value": "", "sort_order": 1, "is_dependant": 1, "is_exclusive": 0, "dataCallback": function (data) { console.log(data); } });
Anyone have any thoughts?
Cheers,
Jamie