Skip to main content

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

ParameterDescription
FilterFilters results (rows). For example: startswith(displayName,'S')
SelectFilters properties (columns). For example: displayName, userId.
Team IDThe ID of the team to list members of.

Workflow Library Example

List Team Members with Microsoft Teams and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop