Indicates whether or not the user has user administration privileges.
This property can be returned or set.
Users with UserMaintainer privileges can perform user administration tasks, such as adding new users or modifying the accounts of existing users.
VBScript
user.UserMaintainer
user.UserMaintainer boolean_value
Perl
$user->GetUserMaintainer();
$user->SetUserMaintainer(boolean_value);