List all the groups available in an organization, excluding dynamic distribution groups.

  • Least Privileged Microsoft Graph permission to access the action via App Registration: GroupMember.Read.All.
  • Higher privileged Microsoft Graph permission to access the action via App Registration: User.ReadWrite.All, Directory.Read.All, Group.ReadWrite.All.

External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
FilterFilters results (rows). For example: resourceProvisioningOptions/Any(x:x eq ‘Team’).
LimitSpecify the number of teams returned per page in the response. Valid range is 1-999.
Return All PagesAutomatically fetch all resources, page by page.

Workflow Library Example

List All Teams with Microsoft Teams and Send Results Via Email

Preview this Workflow on desktop