list_blocked_users | SELECT | org | List the users blocked by an organization. |
block_user | EXEC | org, username | Blocks the given user on behalf of the specified organization and returns a 204. If the organization cannot block the given user a 422 is returned. |
check_blocked_user | EXEC | org, username | 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. |
unblock_user | EXEC | org, username | Unblocks the given user on behalf of the specified organization. |