Remedy Group List Users
Lists users for given Group. Throws exception if Group does not exist.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
Detailed Description
This handler takes a group name and attempts to retrieve the corresponding group record. If none is found it will raise an exception.
It then uses the group id to query the user form for users that contain that group id in their group list.
Each of the user names is added to an XML list of users that is returned by this handler.
Parameters
Name | Description |
---|---|
Group Name | The lookup value for the group to find |
Sample Configuration
Parameter | Example Configuration |
---|---|
Group Name | KS_CORE |
Results
Name | Description |
---|---|
User List | An XML list of user names related to the given group (example XML shown below) |
<users> <user>Demo</user> <user>Ron Requester</user> </users>
Change Log
Version | Date | Description |
---|---|---|
1 | 9 April 2012 | Initial version |