Actions
List Groups
List all the groups available in an organization, excluding dynamic distribution groups. - 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 .
- 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.
To 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 |
Example Output
Workflow Library Example
Temporarily Add a User to a Group with Active Directory
Preview this Workflow on desktop
Was this page helpful?