Skip to main content
1 件の回答
  1. 2017年12月11日 12:40
    Hi Ranganath,

    [Select Id from Group where type='Queue' and Name='Queue Name']

    Queues are stored as records in the table Group with 'Type' as "Queue".  Use this Id of the queue in the query

    [Select UserOrGroupId From GroupMember where GroupId =:reqdGroupId]

    to fetch all the users or groups which are members of the required queue.
0/9000