Description
We are using the API to sync event data to our CRM. When making the call to /past_webinars/{meetingId}/qa as well as /past_webinars/{meetingId}/participants we get the following 404 response:
“code”: 1001,
“message”: “User does not exist: CEZkiY1FRTG4nhKqTKII7g.”
The customer that is receiving this error has recently deleted a user that is no longer at their company. My assumption is that we are trying to return data for that user, who has been deleted, and thus, the “User does not exist error”. Is there a way to fix this? If my assumption is correct, were the proper methods of removing a user not used. Any assistance would be much appreciated.
Thank You,
Bryan Hansen