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.
  • Least privileged Microsoft Graph permission to access the action via OAuth: TeamMember.Read.All.

More information about the higher privileged permissions can be found in the Microsoft Teams permissions documentation.

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