Mass Queue or Public Group Assignment using Lightning Web Component LWC in Salesforce
Apex Class: public with sharing class PublicGroupOrQueueAssignmentController { @AuraEnabled( cacheable=false ) public static UserWrapper fetchGroupAssignments( String strGroupId ) { UserWrapper objUW = new UserWrapper(); Set < String > setAssignedUserIds = ....