1 June 2016
GroupMember
structure instead.21 May 2016
target
.5 July 2015
getgroupmemberdata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getgroupmemberdata |
Description | The getgroupmemberdata command can be used to query information on a group member to be found in the GroupMember structure. |
Permissions | group |
Parameters | group , password , data , firstname , lastname (or agent by UUID) |
Last Changes | Release 9.81 - the command now queries the GroupMember structure instead. |
The getgroupmemberdata
command can be used to query information on a group member to be found in the GroupMember structure.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getgroupmemberdata | group , password , data , firstname , lastname (or agent by UUID) | group | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get the land contribution // that the group member Fionnai // Cruelelm provides to the group. "command", "getgroupmemberdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "firstname", "Fionnai", "lastname", "Cruelelm", "data", "Contribution", "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. |
OnlineStatus
.