briannz556 has asked for the wisdom of the Perl Monks concerning the following question:
P.S Authentication OK results from the above code snippet. I'd appreciate any help on this.use strict; use VUser::Google::ProvisioningAPI; my $google = new VUser::Google::ProvisioningAPI($domain, $admin, $pass +word, '2.0'); print "Authentication OK\n" unless not $google->IsAuthenticated(); my $user = $google-> RetrieveUser('BondJ007'); I feel should get the account details for the user BondJ007. If so, ho +w do I print out what has been retrieved?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Google Apps API
by Anonymous Monk on Oct 14, 2008 at 21:05 UTC | |
by briannz556 (Beadle) on Oct 14, 2008 at 22:33 UTC | |
by Anonymous Monk on Oct 15, 2008 at 09:21 UTC | |
by briannz556 (Beadle) on Oct 15, 2008 at 10:21 UTC | |
by Anonymous Monk on Oct 15, 2008 at 10:33 UTC | |
|