Retrieves the list of users in a specific user source. The "User" objects that are returned contain all of the information about that user, except for the user's password. |
This scripting function has no Client Permission restrictions. |
You can access most of the basic user properties via a call to "get" which returns a null value if the requested item is not present. For example: user.get("firstname") ...will return that user's first name, or a null value if a name hasn't been set. The following list represents the various values you may use in this manner:
In addition to these properties, the user object has other methods on it to retrieve more information:
|
|
system user getUsers, user.getUsers |