Skip to main content

I am getting user not found while trying to get all conversations.

Trying to execute it through Postman and passing authorization bearer as well.

 

URL - https://api.intercom.io/conversations

'Authorization': 'Bearer <ACCESS_TOKEN>

'Content-Type': 'application/json',

 

Postman response -

{
    "type": "error.list",
    "request_id": "003rmrddranpjr8ds4lg",
    "errors": e
        {
            "code": "not_found",
            "message": "User Not Found"
        }
    ]
}

Issue is resolved - found issue at my end only. 


Hi ​@Milind Dixit 👋 Jacques here from Support Engineering.

I see you got this issue resolved on your end which is great news!

The issue was likely due to passing incorrect parameters for the User, causing the issue of them not being found.


Reply