create_group
Create a new group in Microsoft Entra ID, specifying essential properties like display name, mail alias, description, owners, members, and dynamic membership rules.
Instructions
Create a new group in Microsoft Graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_data | Yes | Dictionary containing group properties: - displayName: Display name of the group (required) - mailNickname: Mail alias for the group (required) - description: Description of the group (optional) - groupTypes: Array of group types e.g. ["Unified"] (optional) - mailEnabled: Whether the group is mail-enabled (optional) - securityEnabled: Whether the group is a security group (optional) - visibility: "Private" or "Public" for Microsoft 365 groups (optional) - owners: List of user IDs to add as owners (optional) - members: List of IDs to add as members (optional) - membershipRule: Rule for dynamic groups (required if DynamicMembership is in groupTypes) - membershipRuleProcessingState: "On" or "Paused" for dynamic groups (default: "On") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||