Skip to main content
teams.listTeamMembers lists the direct membership of one joined team.

Example

automations/list-team-members.automation.ts

Inputs

team: string is an exact display name or ID. Optional limit defaults to 100 and accepts 1–10,000. Second argument { account } defaults to the project Microsoft binding.

Output

Returns members with memberId, roles, and optional displayName, email, tenantId, userId, and visibleHistoryStartAt. roles defaults to []. memberId is the conversation membership ID. Use userId when another Graph operation expects an Entra user ID.