If the user_List is Enabled it is returned, if it is Removed it's not returned
Query:
`SELECT
user_list.name, user_list.resource_name, user_list.rule_based_user_list.expression_rule_user_list.rule.rule_type, user_list.rule_based_user_list.expression_rule_user_list.rule.rule_item_groups, user_list.rule_based_user_list.prepopulation_status FROM user_list WHERE
user_list.name='{userListName}'`
This is important for me because when I try to create a list with the name that already exists (but removed), the mutate `Create` operation throws an error. But when I try to retrieve it by its name, it's not found.
Please help.