> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# groups

> Associates the resulting embed user with existing user groups in your Omni instance.

In the **Embed URL Builder**, this is the **Groups** field.

## Syntax

```markdown theme={null}
groups=<encoded_array>
```

## Properties

<ParamField path="groups" type="array">
  An array of user group names that exist in your Omni instance.
</ParamField>

## Examples

The following example demonstrates what the URL encoded version of `groups=["Blob Sales","Blob Marketing"]` would be:

```markdown title="Associate user with Blob Marking user group" theme={null}
groups=%5B%22Blob+Sales%22%2C%22Blob+Marketing%22%5D
```
