List all the groups available in an organization, excluding dynamic distribution groups. Optional - when using the Filter by Group Name parameter, the output will be filtered to only the selected group by the given name. For more information see Microsoft’s documentation.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.
This action might have replication delays for groups that were recently created, updated, or deleted.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.
Parameters
| Parameter | Description |
|---|---|
| Filter | The filter to apply on the operation. You can filter by display name, tag names, values etc. For example, to filter for a display name use displayName eq ‘GroupName’. For more information about group fields: https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties |
| Limit | Set the page size of the returned results. |
| Return All Pages | Automatically fetch all resources, page by page. |