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

# Check public organization membership for a user

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

Check if the provided user is a public member of the organization.

## Path parameters

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

## Response `204`

Response if user is a public member

## Other responses

- `404` — Not Found if user is not a public 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)
