From where does we get the sessionId ?

GET https://api.zoom.us/v2/im/chat/sessions/{sessionId}

Hi Ammulekshmi,

To get the session ID you will need to use this API - https://zoom.github.io/api/#retrieve-im-chat-sessions. Afterwards you can use the session ID here https://api.zoom.us/v2/im/chat/sessions/{sessionId}

Thanks