GitHub
get_team_members
Get member usernames of a specific team in an organization. Limited to organizations accessible with current credentials
Remote github
Other tools also called get_team_members?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"org": {
"type": "string",
"description": "Organization login (owner) that contains the team."
},
"team_slug": {
"type": "string",
"description": "Team slug"
}
}
}