> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/rollenbeschreibung/berechtigungsgruppen.md).

# Permission Groups

Permission groups are assigned to a tenant and receive permissions from the system administrator, the tenant, or an administrator. Permissions of a permission group are inherited by all users assigned to that permission group. This allows permissions to be configured once in a permission group with minimal effort, eliminating the need to configure permissions for each individual user.

## Creating a Permission Group

Both the system administrator and the responsible tenant for the permission group can create permission groups.

Permission groups are created in user management, accessible from the menu on the right edge of the screen via the User Management command. User management is divided into two areas: on the left is the list of already configured objects (tenants, users, and permission groups). In the center of the screen are the properties of the currently selected object.

Using the plus symbol at the top of the center area, new permission groups can be added. The permission group properties include *Name* and the permissions *OwnUserRead* and *OwnUserUpdate*.

The permissions *OwnUserRead* and *OwnUserUpdate* are only available after the changes have been saved. All changes must be saved with the *Disk Symbol*.

## Deleting a Permission Group

In the list view, next to each permission group is a delete button with the *Trash Symbol*. Once activated, a question appears asking whether the delete operation should really be performed. Once confirmed with OK, the permission group is permanently deleted.

{% hint style="info" %}
Which permissions a permission group receives in detail is defined in the [Object Model](/june5-3.7/en/webanwendung/objektmodell-anlagenmodell.md) section.
{% 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/benutzerverwaltung/rollenbeschreibung/berechtigungsgruppen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
