1.24 xestiascan_users_list

xestiascan_users_list prints a list of users. This will print a list of users only if the logged in user has administrative permissions.

Parameters:

xestiascan_users_list(options);


Usage:

$pagedata = xestiascan_users_list({ HideDeactivatedUsers => 1 });


options
Specifies the following options as a hash.

Setting Value
HideDeactivatedUsers Hides deactivated users from the user list. The default setting is enabled (1). Setting the value to 0 will display the disabled users in the user list.