github_teams_list_members_in_org
List members of a GitHub team by organization and team slug, with optional role, pagination, and page number filters.
Instructions
List team members
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| team_slug | Yes | team_slug | |
| role | No | Filters members returned by their role in the team. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |