---
title: "Check if a user is a repository collaborator"
method: GET
path: "/repos/{owner}/{repo}/collaborators/{username}"
tags: ["repos"]
---

# Check if a user is a repository collaborator

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

For organization-owned repositories, the list of collaborators includes outside collaborators, organization members that are direct collaborators, organization members with access through team memberships, organization members with access through default organization permissions, and organization owners.

Team members will include the members of child teams.

You must authenticate using an access token with the `read:org` and `repo` scopes with push access to use this
endpoint. GitHub Apps must have the `members` organization permission and `metadata` repository permission to use this
endpoint.

## Path parameters

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

## Response `204`

Response if user is a collaborator

## Other responses

- `404` — Not Found if user is not a collaborator

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
