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; account defaults to the project Microsoft binding.
Output
Returns members withmemberId, roles (default []), and optional
displayName, email, tenantId, userId, and visibleHistoryStartAt.
memberId is the conversation membership ID; use userId when another Graph
operation expects an Entra user ID.