Skip to content

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.

API method documentation

org
required
string

The organization name. The name is not case sensitive.

username
required
string

The handle for the GitHub user account.

Response if user is a public member

Not Found if user is not a public member