//Retrieving All User Aliases for a User
$domain = "prosatky.com";
$user = rawurlencode("brenwick@prosatky.com.com");
$req = new Google_HttpRequest("https://apps-apis.google.com/a/feeds/alias/2.0/$domain?userEmail=$user");
$resp = $client::getIo()->authenticatedRequest($req);
print "<h1>All User Aliases for User</h1>: <pre>" . $resp->getResponseBody() . "</pre>";
Original issue reported on code.google.com by becki7...@gmail.com on 20 May 2013 at 9:23
Original issue reported on code.google.com by
becki7...@gmail.com
on 20 May 2013 at 9:23