> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/backup-and-recovery-7.4/administration/users/groups.md).

# Groups

Group is a central place to bind together a set of roles with users. There are already a set of predefined groups in Storware Backup & Recovery:

**Global Administrator** - user have all possible privileges.

**Virtual Environment Administrator** - the user has full permissions to the **Virtual Environment** menu. Additionally, he can read information about nodes, nodes config and backup destinations.

**Application Administrator** - the user has full permissions to the **Applications** menu. Additionally, he can read information about nodes, nodes config and backup destinations.

**Storage Administrator** - the user has full permissions to the **Storage** menu. Additionally, he can read information about nodes, nodes config and backup destinations.

**Backup Destination Administrator** - the user has full permissions to the **Backup Destination** menu. Additionally, he can read information about nodes, nodes config and virtual environment infrastructure.

**User Administrator** - the user has full permissions to the **Access Management** menu. He can create new users, roles, groups or OS credential. User in this group can modify other users except their passwords.

**Reporting Administrator** - the user can browse and export all reports.

**Read Only** - the user has full read permissions to all menu sections except **Endpoints**.

**Operator** - the user has full read permissions to all menu sections except **Endpoints**. Additionally, he can execute backup, restore, mount and snapshot tasks for all kinds of instances.

**Endpoints Server Manager** - the user has full permissions to the Endpoints Server management.

**Endpoints Administrator** - the user has full permissions to the administration of Endpoints.

{% hint style="info" %}
**Note:**

* Administrators from previous versions (4.2 and lower) have been migrated to `Global Administrators` group with all permissions available.
* Roles from previous versions (4.2 and lower) have been added the `System Level` security context.
* Automatically created accounts based on LDAP logins will have the `Operator` role by default.
* Current group management is available in Storware Backup & Recovery WebUI only (they are not mapped to LDAP groups)
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.storware.eu/backup-and-recovery-7.4/administration/users/groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
