try:
        info = conn.remove_user_from_group(group_name, user_name)
        if not info:
            return False
        return info