List Repo Teams
List repository teams.
External Documentation
To learn more, visit the GitHub documentation.
Parameters
Parameter | Description |
---|---|
Owner | The account owner of the repository. The name is not case sensitive. |
Page | Page number of the results to fetch. |
Per Page | The number of results per page (max 100). |
Repo | The name of the repository. The name is not case sensitive. |
Return All Pages | Automatically fetch all resources, page by page. |
Example Output
{
"value": [
{
"description": "A great team.",
"html_url": "https://github.com/orgs/github/teams/justice-league",
"id": 1,
"members_url": "https://api.github.com/teams/1/members{/member}",
"name": "Justice League",
"node_id": "MDQ6VGVhbTE=",
"parent": null,
"permission": "admin",
"privacy": "closed",
"repositories_url": "https://api.github.com/teams/1/repos",
"slug": "justice-league",
"url": "https://api.github.com/teams/1"
}
]
}
Workflow Library Example
List Repo Teams with Github and Send Results Via Email
Preview this Workflow on desktop