Get Current Groups

21 May 2016

  • Release 9.78 - added.
getcurrentgroups (Commands)
TypeCorrade progressive command
Commandgetcurrentgroups
DescriptionThe getcurrentgroups command can be used to enumerate all the groups that Corrade is part of.
Permissionsgroup
Parametersgroup, password
Last ChangesRelease 9.78 - added.

The getcurrentgroups command can be used to enumerate all the groups that Corrade is part of.

Command Required Parameters Required Corrade Permissions Example
getcurrentgroups group, password group
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getcurrentgroups",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Returns a CSV data list of title data, for each group title, in-order:

  1. a string containing the name of the group,
  2. the UUID of the group,