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

Hmmm ... not sure what you mean by no. My previous reply said it didn't work and I gave you the error message. Is that what you wanted?

Replies are listed 'Best First'.
Re^9: Google Apps API
by Anonymous Monk on Oct 16, 2008 at 12:13 UTC
    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
      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.