List of Operators in Work Queue
How can I find the list of operators that have access to a particular Work Basket?
My requirement is notify ALL operators that are subscribed to that queue to receive an email/notification, the a new work object/item has reached or entered their queue.
Once I find this list of operators, is there a way to send notifications without touching the individual flows to insert the notification shape?

Hi ,
There is an OOTB ReportDefinition "pyOperatorsByWorkGroup" defined in Data-Admin-Operator-ID, you can modify it by passing the WorkGroup as parameter associated with respective WorkBasket you want .
Once you get the results , you can loop on the results , and use SendSimpleEmail to sendEmail Notifications to the Emails ( you can get emailaddress from above RD).
Hope this helps.