Retrieve all Agreements within a group
We're creating a service account that has access to all agreements within a group. As best I can tell, the GetAgreements call only retrieves agreements for the current user. I can modify the call to use the GetAgreementsOnBehalfOf(user), but I'd prefer to not have to loop through all users in the group. Is it possible to retrieve all agreements in the group without doing that?
