in reply to Re^8: Google Apps API
in thread Google Apps API

See Re^3: Google Apps API. I want to know what RetrieveUser is returning. If thats not working, VUser::Google::ProvisioningAPI isn't worth using, since the whole point is to avoid manual XML parsing

Replies are listed 'Best First'.
Re^10: Google Apps API
by briannz556 (Beadle) on Oct 19, 2008 at 01:21 UTC
    Sorry about the misunderstanding. I get: 1. Authentication OK which indicates authentication took place. 2. print Dumper($user) returns $VAR1 = undef;
      All resolved. Stupidity on my part. I needed to go in to Google Apps as an administrator, select user accounts, select settings and put a tick in the box that said: " allow API external access to manage accounts". If there is a prize for stupidity then I'd like to claim it and put the winnings to laser treatment to rectify my poor eyesight. Appreciate all the help.