---
title: "Check organization membership for a user"
method: GET
path: "/orgs/{org}/members/{username}"
tags: ["orgs"]
---

# Check organization membership for a user

`GET /orgs/{org}/members/{username}`

Check if a user is, publicly or privately, a member of the organization.

## Path parameters

- `org` string, required
- `username` string, required

## Response `204`

Response if requester is an organization member and user is a member

## Other responses

- `302` — Response if requester is not an organization member
- `404` — Not Found if requester is an organization member and user is not a member

---

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