Returns a table of all of the users in the group.
SecGetAllUsers()
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. |