Activate a Group

21 May 2016

  • Release 9.78 - added optional parameter target.
activate (Commands)
TypeCorrade progressive command
Commandactivate
Parametersgroup, password
DescriptionThe activate command activates either a configured group or another group that Corrade belongs to in case the target parameter is specified.
Permissionsgrooming
Last ChangesRelease 9.78 - added optional parameter target.

The activate command activates either a configured group or another group that Corrade belongs to in case the target parameter is specified.

Command Required Parameters Required Corrade Permissions Example
activate group, password grooming
llInstantMessage(CORRADE, 
    wasKeyValueEncode(
        [
            "command", "activate",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);
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.

For de-activating all groups (equivalent to setting the group to none in other viewers) the deactivate command can be used.