Hi, how do I extract a list of users in a certain group? I want to include full name and email in the report.
Hi,
You should be able to use an automation script to achieve what you are after.
You can adapt the answer to this other question: How to get the logged in users mail address from engine (IAS) - DataMiner Dojo
The GetInfoMessage(InfoType.SecurityInfo) message should give you all the users and all the groups and their relations.
With this, you should be able to filter on the users you want and then using the snippet from the other answer extract the name and email.
Hi Vig,
I do not think that is possible, the only way I am aware is to use the automation to retrieve the info and then use the same automation to trigger the report.
Thanx but can this be done anyway via the Reports and Dashboard module?