orgs_slash_check_blocked_user

Function orgs_slash_check_blocked_user 

Source
pub async fn orgs_slash_check_blocked_user(
    configuration: &Configuration,
    org: &str,
    username: &str,
) -> Result<(), Error<OrgsSlashCheckBlockedUserError>>
Expand 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.