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

# entityFolderGroupContentRole

> Specifies the content role the embed entity group will be given to their shared entity folder.

If unspecified, an entity group will have `VIEWER` access to their shared entity folder.

In the **Embed URL Builder**, this is the **Entity folder group content role** field.

## Syntax

```markdown theme={null}
entityFolderGroupContentRole=<role>
```

## Properties

<ParamField path="entityFolderGroupContentRole" type="string" default="VIEWER">
  The content role for the entity group. Value must be one of:

  * `VIEWER` - Can see content in the shared folder, but cannot save content into it
  * `EDITOR` - Can see and save content into the shared folder
  * `MANAGER` - Can see and save content into the shared folder and manage other users' permissions
  * `NO_ACCESS` - Cannot see content in the top-level shared folder. Note that it is still possible for the group to have access to subfolders by assigning content permits directly in the UI.
</ParamField>

## Examples

```markdown title="Example entityFolderGroupContentRole" theme={null}
entityFolderGroupContentRole=MANAGER
```
