Skip to main content
Retrieve a list of groups a user is a member of.
  • Least privileged Microsoft Graph permission to access the action via application: Directory.Read.All.
  • Higher privileged Microsoft Graph permissions to access the action via application: Directory.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.

Parameters

ParameterDescription
LimitSet the page size of the returned results.
Return All PagesAutomatically fetch all resources, page by page.
User IDThe ID of the user whose membership is to be retrieved.

Example Output

{
	"value": [
		{
			"@odata.type": "#microsoft.graph.group",
			"displayName": "All Users",
			"mailEnabled": false,
			"securityEnabled": true
		}
	]
}

Workflow Library Example

List User Membership with Microsoft Entra Id and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop