Forum Discussion

spatel07's avatar
spatel07
Copper Contributor
Jul 01, 2019

List chat messages via Graph API

Hi,

 

We are trying to use the Beta Chat APIs to retrieve Chat messages (1:1). We have an application set up with "Chat.Read.All" Application Permission added. I get an error on calling any of the list chat APIs (/chats, /users/{id}/chats, /me/chats). The response comes back with 401 error code.

 

{
    "error": {
        "code": "UnknownError",
        "message": "",
        "innerError": {
            "request-id": "70e88c4f-2057-4e5b-8d35-9423ad8e0045",
            "date": "2019-07-01T19:07:13"
        }
    }
} 

Does anyone know what this "Unknown Error" is and can help with fixing the problem here ?

 

Thanks,

Snehal

Resources