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.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”org
required
string
The organization name. The name is not case sensitive.
username
required
string
The handle for the GitHub user account.
Responses
Section titled “Responses”Response if user is a public member
Not Found if user is not a public member