# Besitzer auflisten

### Beschreibung

Dieses Runbook ruft die Eigentümer der angegebenen Gruppe ab und listet sie auf. Es verwendet Microsoft Graph, um die Gruppe und ihre Eigentümer abzufragen, und gibt die Ergebnisse als Tabelle aus. Verwenden Sie dies, um die Eigentumszuweisungen schnell zu überprüfen.

### Speicherort

Gruppe → Allgemein → Eigentümer auflisten

**Vollständiger Runbook-Name**

rjgit-group\_general\_list-owners

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * Group.Read.All

### Parameter

#### GroupID

Objekt-ID der Zielgruppe.

| Eigenschaft  | Wert         |
| ------------ | ------------ |
| Erforderlich | wahr         |
| Standardwert |              |
| Typ          | Zeichenfolge |

[Zurück zur Übersicht der Runbook-Referenz](/de/automatisierung/runbooks/runbook-references.md)


---

# Agent Instructions: 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.realmjoin.com/de/automatisierung/runbooks/runbook-references/group/general/list-owners.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.
