0
votes

API request: https://graph.microsoft.com/beta/users/d90a45d2-0cec-45bc-a0a4-d1be70fc172d/chats

Microsoft Graph error message: UnknownError

Client request ID: 297f7c71-7eef-4d32-990d-f39267a79ffe

Timestamp: 2020-05-27T03:55:01

Response:

{
'error': {
'code': 'UnknownError',
'message': '',
'innerError': {
'request-id': '297f7c71-7eef-4d32-990d-f39267a79ffe',
'date': '2020-05-27T03:55:01'
}
}
}

Postman Request returning 403: Postman Request returning 403

1

1 Answers

0
votes

You have to request Microsoft access to Protected APIs. Follow instructions here: Protected API

Note that some chat endpoints are not available in Application Context at all. Only delegated context works with those endpoints.