best way to find members of a group

Hi,

I have a process where I know the name of the group that I want to assign the task to.  I need to get the members of the group and store it in a pv of type user (multiple).

Can anyone recommend a good way to do that?

 

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    A Score Level 1
    in reply to garym
    @gary - Yes, your assumption is correct. The Start Index and Batch Size parameters are to define the lower and upper limits of the Result-set which need to be fetched. So please make sure the batch size value will cover the count of the result set if it is not very huge and if it is huge fetch the data in a batch manner by manipulating the above 2 parameters to cover the entire result set.