. I have been creating and deleting many user_list's / segments for testing. There seems to be a user_list that does not show up in the query search for all user_list's , and it doesn't dhow up in the UI, but I still get a NAME_ALREADY_USED error when trying to create the user_list (ian test exchange - Complete List - 2). The below query is returning all 32 audiences that are in the UI.
I am using the .NET/C# library.
(Inner Exception #0) {
"StatusCode": 3,
"Details": "Request contains an invalid argument.",
"RequestId": "Ywz5W_9MV8qJhCf1JwQNqQ",
"Failure": {
"errors": [
{
"errorCode": {
"userListError": "NAME_ALREADY_USED"
},
"message": "Name is already being used for another user list for the account.",
"trigger": {
"stringValue": "ian test exchange - Complete List - 2"
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "name"
}
]
}
}
],
"requestId": "Ywz5W_9MV8qJhCf1JwQNqQ"
}