GetAllUsers

Description

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. .

Syntax

VBScript


database.GetAllUsers include_inactive

Perl


$database->GetAllUsers(include_inactive); 
Identifier
Description
database
A Database object.
include_inactive
A Boolean that specifies whether or not the method should return inactive users.
Return value
A Users collection object containing all the users subscribed to this database.