---
title: "List collaborators"
method: GET
path: "/repos/{owner}/{repo}/collaborators"
tags: ["Collaborators and Deploy Keys"]
---

# List collaborators

`GET /repos/{owner}/{repo}/collaborators`

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Success

- Collaborator[]
  - `id` integer
  - `username` string
  - `login` string — Alias of username for GitHub API compatibility
  - `full_name` string
  - `email` string, email
  - `avatar_url` string
  - `permissions` object
    - `admin` boolean
    - `push` boolean
    - `pull` boolean

## 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/versions/87e2da32266c/schema)
