OK, now I managed to retrieve all users by adding this scope in my domain : https://apps-apis.google.com/a/feeds/user/#readonly and using
UserQuery query = new UserQuery(domain,true); UserFeed feed = userService.Query(query); However this is a read-only access to the API. Is there a way to access it with 2-legged OAuth and insert a new user for example ? -- 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.
