• 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

ParameterDescription
Group IDThe 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

[    {        "@odata.type": "#microsoft.graph.user",        "id": "<USER ID>",        "businessPhones": [],        "displayName": "<USER DISPLAY NAME>",        "givenName": null,        "jobTitle": null,        "mail": "<USER MAIL>",        "mobilePhone": null,        "officeLocation": null,        "preferredLanguage": "en-US",        "surname": null,        "userPrincipalName": "<USER PRINCIPAL NAME>"    }]

Workflow Library Example

Sync Groups Between Azure Active Directory and Aws Sso

Preview this Workflow on desktop