Business-LiveDrive
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Business/LiveDrive.pm view on Meta::CPAN
delete $res->{Header};
return $res;
}
=head2 updateuser
Updates user details.
=cut
sub updateuser {
my ($self, %args) = @_;
my @params = ();
foreach (qw/userID firstName lastName email password confirmPassword
subDomain isSharing hasWebApps/) {
croak("You must pass the $_ parameter") unless $args{$_} ||
$_ =~ /assword/; # Password is not compulsory
push @params, $args{$_};
}
my $res = $self->_call("UpdateUser", @params);
if ( $res->{Header}->{Code} ne 'UserUpdated' ) {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.164 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )