| Syntax |
|
| Documentation | Returns a list of names of all the users the current user is permitted to administrate:
|
| Examples | |
Example 1:
Result 1: lists all existing manipulateable users: for example: Jack1, Jack, Tom, ...
Deleting existing users : $get{i} $removeUser{$get{i}} ... Success. } Result 2: removes all manipulateable users: Deleting existing users : Jack1 ... Success. Deleting existing users : Tom ... Success. |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 0 |
| Maximum parameters | 0 |