> ## 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.

# entity

> Defines a user group identifier used to associate the resulting embed user with a larger group.

This parameter also creates the shared entity folder, using the name set in the value. Entity name has a 64 character limit.

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

## Syntax

```markdown theme={null}
entity=<entity_name>
```

## Properties

<ParamField path="entity" type="string">
  An alphanumeric identifier for the user group.
</ParamField>

## Examples

```markdown title="Example entity" theme={null}
entity=Blobs+R+Us
```
