How to get Authorized Managers of a Work Group..
Hi Team,
I've a requirement to get/fetch the list of Authorized Managers of an Work Group.
I know how to get the Manager of the Work Group by using D_WorkGroupManagerList DPage.
But I want the list of Authorized Managers of the Work Group (List of Authorized Managers)..!!

Can any one help me with this..! Kind of Urgent..!!
You can get the list of authorized managers by running a report on "Index-Operator-WorkGroups" class and using .pyIsPrimaryManager as false in the filter conditions.
Please find below screenshot for more details.