Home Search

DriveWorks Pro 21
SecGetAllUsers

Send Feedback

SecGetAllUsers

Returns a table of all of the users in the group.

Syntax

SecGetAllUsers()

Examples

Rule

Result
SecGetAllUsers()Will return the array value:

{"UserName","DisplayName","EmailAddress","IsTeamleader","IsEnabled","Teams"; "Admin","","","TRUE","TRUE","Administrators"; "Mike","Mike","mike@mycompany.com","TRUE","TRUE","Sales"; "Jane","Jane","jane@mycompany.com","FALSE","TRUE","Engineers"; "Bill","Bill","bill@mycompany.com","TRUE","TRUE","Managers"}

if these users exists in the group.