Get Group Member Data

1 June 2016

  • Release 9.81 - the command now queries the GroupMember structure instead.

21 May 2016

  • Release 9.78 - added optional parameter target.

5 July 2015

  • Release 8.24 - added.
getgroupmemberdata (Commands)
TypeCorrade progressive command
Commandgetgroupmemberdata
DescriptionThe getgroupmemberdata command can be used to query information on a group member to be found in the GroupMember structure.
Permissionsgroup
Parametersgroup, password, data, firstname, lastname (or agent by UUID)
Last ChangesRelease 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.

Notes

  • If you want to retrieve data for all members of the entire group, you can use the plural form of this command. For instance, you could retrieve all the members that are online by setting data to OnlineStatus.

secondlife/scripted_agents/corrade/api/commands/getgroupmemberdata.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.