List the group’s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
- Least privileged Microsoft Graph permission to access the action via application:
GroupMember.Read.All. - Higher privileged Microsoft Graph permissions to access the action via application:
Directory.Read.All,Group.ReadWrite.All,GroupMember.ReadWrite.All,Group.Read.All.
Currently service principals are not listed as group members due to staged roll-out of service principals on Graph V1.0 endpoint.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.
Parameters
| Parameter | Description |
|---|---|
| Group ID | The ID of the group to list members from. You can obtain the ID using ‘Get List Of Groups’ action with the group name as the filter. |
| Limit | Set the page size of the returned results. |
| Return All Pages | Automatically fetch all resources, page by page. |