- Microsoft Graph permissions to access the action via App Registration:
TeamMember.ReadWrite.All
,TeamMember.Read.All
.
External DocumentationTo 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. |