# Sichtbarkeit ändern

### Beschreibung

Dieses Runbook ändert die Sichtbarkeit einer Microsoft 365-Gruppe zwischen Privat und Öffentlich. Setzen Sie den Schalter Öffentlich, um die Gruppe öffentlich zu machen; andernfalls wird sie auf privat gesetzt. Dadurch werden Gruppenmitgliedschaft, Besitzer oder E-Mail-Adressen nicht geändert.

### Speicherort

Gruppe → Allgemein → Sichtbarkeit ändern

**Vollständiger Runbook-Name**

rjgit-group\_general\_change-visibility

### Berechtigungen

#### Anwendungsberechtigungen

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

### Parameter

#### GroupID

Objekt-ID der Zielgruppe.

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

#### Öffentlich

„Gruppe privat machen“ (Endwert: $false) oder „Gruppe öffentlich machen“ (Endwert: $true) können als auszuführende Aktion ausgewählt werden.

| Eigenschaft  | Wert     |
| ------------ | -------- |
| Erforderlich | false    |
| Standardwert | False    |
| Typ          | Boolesch |

[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/change-visibility.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.
