Hi,
I'm able to get objectIDs for groups by using the MemberService GetMemberbyLoginName, but when I attempt to do this with Signing Groups, I get the error "Could not get Member SDO".
Eventually I want to use the objectID to add a user to a signing group. But even if I use the signing group objectID directly with AddMemberToGroup, I still get an error "Member type must be a group"
I did try using a user that was a signing authority administrator when obtaining the MS OTAuthentication token, but that didn't seem to make any difference.
Is there a way to add users to signing groups with web services?