Retrieves the members of a group that is defined in User
Manager. Members are users and groups that belong to the group.
           
           
            You can retrieve all users of the group, or a subset.
           
           
            Use the Offset and resultSize properties to retrieve a subset
of the user members. Groups include a list of users in a specific
order. The Offset property specifies the index of the first user
to include in the subset. The resultSize property specifies the
number of users to include. Indexes of members are zero-based.
           
           
            
             Note:
            
            The Offset and resultSize properties affect
only the users that are returned. All groups that are members of
the targeted group are always returned.
           
           
            For example, consider a group with seven members
            
             user0
            
            through
            
             user6
            
            .
A value of 2 is used for the Offset property, and a value of 3 for
the resultSize property. The operation returns the third, fourth,
and fifth members of the group,
            
             user2
            
            through
            
             user4
            
            .
           
           
            For information about the General and Route Evaluation property
groups, see
            
             Common operation properties
            
            . In addition, this operation provides
the following property groups and exceptions:
           
           
            
             Input properties
            
           
           
            
             Output properties
            
           
           
            
             Exceptions