When I invoke the contact search API, I get the following error response.
{
"type": "error.list",
"request_id": "0009s379b118psj1f100",
"errors": [
{
"code": "invalid_document",
"message": "either_email_or_user_id_present validation failed"
}
]
}
Does anyone know what has gone wrong here?