Hi everyone, I wanted to ask if there are any references to the API queries, in order to retrieve the information related to the users loaded into the LDAP / AD. In particular, I must be able to retrieve the information in the "Membership Group". This information will then be used in the creation of a mashup.
From the online documentation, I managed to recover very little,
var global = qlik.getGlobal (); global.getAuthenticatedUser (function (reply) { console.log ("reply" reply); console.log ('User:', reply.qReturn); });
in support I'm studying the Monitoring App, to understand if I can get something out of it. does anyone have any suggestions about it?