update_group
Update an existing Microsoft Entra group by modifying its display name, description, or visibility.
Instructions
Update an existing group in Microsoft Graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ID of the group to update | |
| group_data | Yes | Dictionary containing group properties to update: - displayName: Display name of the group (optional) - mailNickname: Mail alias for the group (optional) - description: Description of the group (optional) - visibility: "Private" or "Public" for Microsoft 365 groups (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||