After creating a new CrmBasedUserList via a
Java application, I want to allow the users of the application to be able to add more email addresses to this CrmBasedUserList.
If I try to call the CrmBasedUserList with an existing name, I receive UserListError.NAME_ALREADY_USED.
I create a session via AdwordsUserListServiceInterface and mutate that with a CrmBasedUserList contained within a UserListOperation.
My UserListOperation is set to Operator.ADD
I then use the UserListReturnValue to get the userListId which is then used for adding email addresses.
How do I get an existing userListId (if the list already exists), and is there an appopriate API call to make to get a list of existing user lists and their associated Ids?
Thank you for any assistance.