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