[API] IM chat messages, could you please provide a message identifier?

API endpoint: IM chat messages (GET /im/chat/sessions/{sessionId})
Description and usage: https://marketplace.zoom.us/docs/api-reference/zoom-api/im-chat/imchatmessages

As it is now, when we get the actual exchanged messages for a given session, we get the following attributes for each message:
{
“action”: “”,
“action_time”: “2019-05-07T17:42:27Z”,
“date_time”: “2019-05-07T17:42:27Z”,
“message”: “Some text”,
“sender”: “some_email@some_domain.com”
}
Do you think is it possible to provide a message_id for each message just as you provide a session_id for each session? It would be very handy for better tracking and consistency.

Best regards and thanks in advance.

Hi @emata_zoom,

Thanks for the request, we are looking into expanding our Chat APIs within Q2. Please be on the lookout on our API upcoming releases page[1] and our new releases page[2].

1 - https://marketplace.zoom.us/docs/guides/about-marketplace/recent-updates/api
2 - https://devforum.zoom.us/c/new-releases

Thanks

Thanks @michael_p.zoom

We will be checking incoming releases.