Get Members

21 May 2016

  • Release 9.78 - added optional parameter target.

21 December 2014

  • Release 7.34 - added group Corrade permission.
getmembers (Commands)
TypeCorrade progressive command
Commandgetmembers
DescriptionThe getmembers command returns a CSV list of agent names by UUID, representing all the members in the group.
Permissionsgroup
Parametersgroup, password
Last ChangesRelease 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.

Notes

  • If the intent is to retrieve a list of group members that are reported to be online, then the getmembersonline command may be better suited.
  • The output may be very large and the command may take some time to complete (or even timeout). In which case, Corrade's internal HTTP server can be used to obtain the complete list.

secondlife/scripted_agents/corrade/api/commands/getmembers.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.