latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Teams

List team members

Retrieve a tean's members

get/orgs/{org_name}/teams/{team_slug}/members

Path parameters

org_namestring required
team_slugstring required

Response

Retrieved

pageinteger required

The current page the pagination request is on

per_pageinteger required

The number of pages per pagination request

next_pageinteger

The next page, if this on is not the last

page_countinteger required

The total number of pages

total_countinteger required

The total number of resources matching the list request

Example response

{
  "resources": [
    {
      "user": {
        "name": "Ladybug Bot",
        "username": "ladybugbot",
        "description": "Beep Boop!",
        "picture": "https://avatars1.githubusercontent.com/u/38131342"
      }
    }
  ]
}