Returns all users that are explicitly (through subscription) or implicitly (through group subscription, or SubscribedToAll subscription) subscribed to a database.
This is a read-only property; it can be viewed but not set. Each element in the returned collection is a User object. .
VBScript
database.GetAllUsers include_inactive
Perl
$database->GetAllUsers(include_inactive);