Get Online Group Members

14 January 2018

  • Release 9.174 - added.
getmembersonline (Commands)
TypeCorrade progressive command
Commandgetmembersonline
DescriptionThe getmembersonline command returns a CSV list of agent names that are reported to be online in the specified group.
Permissionsgroup
Parametersgroup, password
Last ChangesRelease 9.174 - added.

The getmembersonline command returns a CSV list of agent names that are reported to be online in the specified group.

Command Required Parameters Required Corrade Permissions Example
getmembersonline group, password group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getmembersonline",
            "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

  • The command is similar to the getmembers command, except that the output online returns only online members.
  • This command is a convenience function that returns resolved agent names - if UUIDs are desired, then the getgroupmembersdata command whilst filtering by OnlineStatus using sifting may be preferable.
  • 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 large results.
  • In order to retrieve offline members, the getmembersoffline command can be used.

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