Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pillanicola
Partner - Contributor II
Partner - Contributor II

API | get user information from LDAP Profile

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?

0 Replies