Some user where archive by mistake, so when trying to create the user back with the API we get this error:
{
"type": "error.list",
"request_id": "004qkagkoq5kktea5hdg",
"errors": [
{
"code": "conflict",
"message": "An archived contact matching those details already exists with id=56547a5ec95b4fea0a001635"
}
]
}
Then I try to unarchive that user from the API and get this other error:
{
"type": "error.list",
"request_id": "004pqlusas3rnlsqvupg",
"errors": [
{
"code": "bad_request",
"message": "User has been merged and is not restorable."
}
]
}
What could I do to create a user with the same external_id and email?