Get Current Groups

21 May 2016

  • Release 9.78 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: getcurrentgroups Description[wiki]: The getcurrentgroups command can be used to enumerate all the groups that Corrade is part of. Permissions[wiki]: group Parameters[wiki]: group, password Last Changes[wiki]: Release 9.78 - added. </data>

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,