Get Group Members Data

getgroupmembersdata (Commands)
TypeCorrade progressive command
Commandgetgroupmembersdata
DescriptionThe getgroupmembersdata command can be used to query information on group members to be found in the GroupMember structure.
Permissionsgroup
Parametersgroup, password, data
Last Changesnone

The getgroupmembersdata command can be used to query information on group members to be found in the GroupMember structure.

Command Required Parameters Required Corrade Permissions Example
getgroupmembersdata group, password, data group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get all online members
            "command", "getgroupmembersdata",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "data", wasListToCSV(
                [
                    "OnlineStatus",
                    "ID"
                ]
            ),
            "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


secondlife/scripted_agents/corrade/api/commands/getgroupmembersdata.txt ยท Last modified: 2022/11/24 07:46 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.