Skip to main content

List Group Members

List the group's direct members.

A group can have users, organizational contacts, devices, service principals and other groups as members.

note

Currently service principals are not listed as group members due to staged roll-out of service principals on Graph V1.0 endpoint.

External Documentation

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

Workflow LibraryPreview this Workflow on desktop