Getting User Not Found when reading conversations | Community
Skip to main content
Answered

Getting User Not Found when reading conversations

  • January 6, 2025
  • 2 replies
  • 82 views

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": [
        {
            "code": "not_found",
            "message": "User Not Found"
        }
    ]
}

Best answer by Jacques Reynolds

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.

2 replies

  • Author
  • New Participant
  • January 6, 2025

Issue is resolved - found issue at my end only. 


Jacques Reynolds
Intercom Team
Forum|alt.badge.img+7

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.