# SB_SETUP_SETGROUPUUID

The same as [`SB_SETUP_SETGROUP`](/doc/sb_setup_setgroup-3NAcXE4AdF), but uses group UUID instead of name.

## Command usage

```csharp
llMessageLinked(LINK_SET, SB_SETUP_SETGROUPUUID, string str, key id);
```

## API parameters

`llMessageLinked` function accepts str and id parameters. Their meaning for `SB_SETUP_SETGROUPUUID` is explained below:

| Variable | Required | Description |
|----------|----------|-------------|
| str      | yes      | security code |
| id       | yes      | group UUID  |

## Result

One of the following events will be generated:

* [`SB_SETUP_SUCCESS`](/doc/sb_setup_success-maE4hOMbrT)
* [`SB_SETUP_FAILED`](/doc/sb_setup_failed-LLqcCiwisK)