Getting unknown error while requesting "https://graph.microsoft.com/beta/me/chats" in postman.
{
"error": {
"code": "UnknownError",
"message": "",
"innerError": {
"date": "2020-09-17T14:52:19",
"request-id": "de5b5553-6a96-4433-8655-48da1dbe77fd",
"client-request-id": "de5b5553-6a96-4433-8655-48da1dbe77fd"
}
}
}
But I am getting a positive response when I tried for other requests like "https://graph.microsoft.com/beta/me/".
I have generated a token with the following ways in postman snapshot.
For more troubleshooting, I have cross verify with Graph Explorer and I am getting a positive response over there. Did I miss anything in the postman to get 1:1 Chat details?
