Hi,
This is about the chats-getallmessages endpoint. While using local environment, I am able to fetch the messages through the endpoint. However, in a customers environment it doesn't seem to be working. I can confirm that the necessary permissions(Chat.Read.All and Chat.ReadWrite.All) have been added, the id in /users/{id} is valid and the protected APIs request has been approved. I can't get exact error message/ status code being thrown. Is there any setting which could prevent the request from going through?
On that note, it is mentioned in the documentation of the endpoint that "APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported". Does this mean that beta applications won't return data in "production" applications? If so, I would like to know how an app would be considered production and another not because I couldn't find any information on
Thanks!