Description
I’m very worried about API users messages on zoom. Our company need to record messages exchanged between users for 90 days, I’m building an app to get those messages I really need API that are able to select a user in period of time and return their messages, but there isn’t any API to do that.
The API that maybe can do this has “deprecated” status ( GET# /im/users/{userId}/chat/messages), now we have the API to list users’s chat message (GET # /chat/users/{userId}/messages) but I need to pass two parameters to_contact or to_channel, and there isn’t a way to know the parameter ‘to_contact’ from a user, because the API that can get those information is " /chat/users/me/contacts" but is able only for user-managed OAuth app but my application is kind of account-level app.
Anyone can help on that?
My goal is create an application similar that we have in zoom portal. (IM Management)