Description
I created a user with the API and got a successful response. Now when I try to get that user’s details, using either the ID or the email address, I get error code 1001, user does not exist. However, when I list all the users on the account, that user shows up in the list. It seems to be specific to this user. I am able to get other users, just not this one.
Error
{
"code": 1001,
"message": "User does not exist: testcreateuser@afjlsfsfj.com."
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
The original create user request/response was done by automated test and were not saved. Unfortunately not using Postman. I’ve tried to replicate using Postman but have not been able to.
It seems like there is something wrong with that specific user. When I try to delete through the admin or the API, I get the same “user does not exist” response. But I also can’t create another user with that email address either. It’s like that user is corrupt or something. If you could delete it for me that would help.