list_group_members
List all members of a Microsoft 365 group, including users, contacts, devices, service principals, and other groups. Requires the group ID.
Instructions
List all members of a Microsoft 365 group (users, contacts, devices, service principals, and other groups)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of members to return (optional, default: 100, max: 999) | |
| filter | No | OData filter expression (optional, e.g., "displayName eq 'John Doe'") | |
| search | No | Search string for displayName and description properties (optional) | |
| select | No | Comma-separated properties to return (optional, e.g., 'id,displayName,mail') | |
| groupId | Yes | Group ID (use get_plan to find the group ID from plan's container.containerId) |