21 May 2016
target
.21 December 2014
group
Corrade permission.getmembers (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getmembers |
Description | The getmembers command returns a CSV list of agent names by UUID, representing all the members in the group. |
Permissions | group |
Parameters | group , password |
Last Changes | Release 9.78 - added optional parameter target . |
The getmembers
command returns a CSV list of agent names by UUID, representing all the members in the group.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getmembers | group , password | group | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getmembers", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
Optional Parameter | Possible Value | Description |
---|---|---|
target | A group name or UUID. | The group to act upon. If this parameter is omitted, then the command acts upon the configured group passed to the group parameter. |