system.eam.getGroups
Description
Returns the names of the defined agent organizational groups in the Gateway.
Syntax
system.eam.getGroups()
Parameters
-
none
Returns
-
A string list of group names
Scope
-
All
Examples
Code Snippet
groups = system.eam.getGroups()for group in groups: print group