well there's not much 'code' to it really.
In the dashboard, I created a user and a group. I then added the user to the
group as an owner. And then removed them from the group.
Then from my application I try and retrieve the account from the group (I
am developing in vb.net)
Dim sExtendedEntry As
Google.GData.Apps.AppsExtendedEntry =
GApps.Groups.GroupsService.RetrieveMember("<GoogleUserId>",
"<GoogleGroupId>")
usually when a user doesn't exist in the group we get a
"EntitiyDoesNotExist" exception. However following the above I get
sExtendedEntry.Properties(1).Value = <email address of the user>
sExtendedEntry.Properties(2).Value = "true"
David S
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-apps-mgmt-apis?hl=en.