in reply to Google Apps API
SYNOPSIS my $entry = VUser::Google::ProvisioningAPI::V2_0::UserEntry->new(); $entry->User('foo'); # set the user name to 'foo' $entry->GivenName('Fred'); $entry->FamilyName('Oog'); ACCESSORS User Password isSuspended FamilyName GivenName Email Quota
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Google Apps API
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 | |
by briannz556 (Beadle) on Oct 15, 2008 at 22:19 UTC | |
|