GET /orgs/{org}/blocks/{username}

github.com:github-rest-api

Summary: Check if a user is blocked by an organization
Operation ID: orgs/check-blocked-user
Auth: bearer_token
Description

Returns a 204 if the given user is blocked by the given organization. Returns a 404 if the organization is not blocking the user, or if the user account has been identified as spam by GitHub.

Parameters (2)

org (string, path, required)

The organization name. The name is not case sensitive.

username (string, path, required)

The handle for the GitHub user account.

No probe data for this endpoint yet.