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

??? No.
my $user = $google-> RetrieveUser('BondJ007'); print Dumper( $user );

Replies are listed 'Best First'.
Re^8: Google Apps API
by briannz556 (Beadle) on Oct 16, 2008 at 05:26 UTC
    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?
      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;