Get alarm's recipient list from an on call roster

Hi,

I would like to get an email recipient list of one “on call roster” and put it in a power table.
The result must be visible by the client who just have the right to see the list. It’s just an information, not a management component.
Is it possible in Ignition 7.7 ?

Thanks,

is system.alarm.getRoster available in 7.7? if so you should be able to use that in conjunction with system.user.getUser to grab contact info for each user on the roster. user info is also stored in the database so you could also just query it out.