Actions
List All Teams
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
Parameter | Description |
---|---|
Filter | Filters results (rows). For example: resourceProvisioningOptions/Any(x:x eq ‘Team’). |
Limit | Specify the number of teams returned per page in the response. Valid range is 1-999. |
Return All Pages | Automatically 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
Was this page helpful?