Hello DOJO
Using a C# automation we want to send an overage email to users with allowview privilege for a LCA
We've seen that it's possible to see who can view a dashboard in the appinfo.json located on LCA directory, but we are not able to retreive the user accounts info.
The question is: how to code-retreive the email info for each user in the group ?
or perhaps a direct function is existing 🙂
Hi,
If you want to retrieve the user list and their group membership, as well as their email addresses, you can look into this other question How to get the logged in users mail address from engine (IAS) - DataMiner Dojo.
The first snippet should provide a list of all emails, and you can also filter by users who belong to a specific group.
The group membership information is also available as part of the response to the SLNet call used.