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

# entityFolderContentRole

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

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

## Syntax

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

## Properties

<ParamField path="entityFolderContentRole" type="string">
  The content role for the user. 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**: 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 entityFolderContentRole" theme={null}
entityFolderContentRole=EDITOR
```
