List Team Members
Get the members of a team.
- Least Privileged Microsoft Graph permission to access the action via application:
TeamMember.Read.Group
. - Higher privileged Microsoft Graph permissions to access the action via application:
TeamMember.ReadWrite.All
,TeamMember.Read.All
.
External Documentation
To learn more, visit the Microsoft Teams documentation.
Parameters
Parameter | Description |
---|---|
Filter | Filters results (rows). For example: startswith(displayName,'S') |
Select | Filters properties (columns). For example: displayName, userId. |
Team ID | The ID of the team to list members of. |
Workflow Library Example
List Team Members with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop