Actions
List Group Members
List the group’s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members.
- 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.
To 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. |
Example Output
Workflow Library Example
Sync Groups Between Azure Active Directory and Aws Sso
Preview this Workflow on desktop
Was this page helpful?