Tool
Get team members
The Get Team Members tool enables you to retrieve the usernames of all members within a specific team in a GitHub organization. It provides a straightforward way to access team membership data using your current authorization credentials.
Features
- Fetch member usernames from a specified GitHub team.
- Supports querying any accessible organization with valid credentials.
- Requires only organization login and team slug as inputs.
- Read-only access ensures no changes are made to your GitHub data.
- Returns a precise list of team members for easy integration into your workflows.
Benefits
- Simplifies management of GitHub team member information.
- Enhances visibility of team composition within an organization.
- Integrates seamlessly with existing GitHub authentication.
- Saves time by automating the retrieval of team member lists.
- Supports organizational auditing and reporting efforts.
Description
Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| orgrequired | string | Organization login (owner) that contains the team. |
| team_slugrequired | string | Team slug |