Actions
List Team Members
Get the members of a team.
- Microsoft Graph permissions to access the action via App Registration:
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’) |
Limit | Specify the number of team members returned per page in the response. Valid range is 1-999. |
Return All Pages | Automatically fetch all resources, page by page. |
Select | Filters properties (columns). For example: displayName, userId. |
Team ID | The ID of the team to list members of.Can be obtained by using the List All Teams action. |
Workflow Library Example
List Team Members with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?