> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/benutzer/benutzerdetailseite.md).

# Benutzerdetailseite

Durch Klicken auf die Benutzerkarte eines Tenants kann der Administrator die einzelne Benutzerverwaltungsseite öffnen und auf Funktionen wie folgt zugreifen:

<figure><img src="/files/EoQ9fKa3VJLl656S51j0" alt="" width="563"><figcaption></figcaption></figure>

1. **Rollen**: Hier kann die Rolle des Benutzers zugewiesen oder entzogen werden.<br>

   <figure><img src="/files/QfdTp75GTbuC0jMSNv2i" alt=""><figcaption></figcaption></figure>

2. **Gruppen**: Hier können ein oder mehrere Gerätegruppen einem Benutzer zugewiesen werden.\ <br>

   <figure><img src="/files/qT7Pg1UDl13Tl5WOhdvs" alt=""><figcaption></figcaption></figure>

3. **Protokolle**: Der Administrator kann alle Protokolle und Aktionen überwachen, auf die der Benutzer innerhalb des Tenants zugegriffen hat.

<figure><img src="/files/VAOqLK6A6ps8HPwBu3bx" alt="" width="371"><figcaption></figcaption></figure>

4. **Benutzerdaten ändern**: Name, Nachname, Sprache und Standort.
5. **Benutzerzugriffsicherheit**: Hier hat der Administrator die Möglichkeit, die Anmeldemethoden für den Benutzer auszuwählen.

{% hint style="success" %}
Siehe den Abschnitt Sicherheit im Detail: [**Klicken Sie hier**](/de/plattform-benutzerhandbuch/verwaltung/benutzer/benutzer-sicherheitsanmeldung.md)
{% 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.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/benutzer/benutzerdetailseite.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.
