---
title: "List all members of a team"
method: GET
path: "/admin/teams/{teamid}/members"
tags: ["Administration"]
---

# List all members of a team

`GET /admin/teams/{teamid}/members`

Requires the authenticated user to be a site administrator.

## Path parameters

- `teamid` string, required

## Response `200`

Success

- User[]
  - `id` integer
  - `username` string
  - `login` string — Alias of username for GitHub API compatibility
  - `full_name` string
  - `email` string, email
  - `avatar_url` string

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/gogs/apis/gogs-api.md) · [All operations](https://skmtc.net/gogs/apis/gogs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gogs/gogs-api/revisions/87e2da32266c/schema)
