Add "peer_contact_id" to List a user's chat sessions response

API Endpoint(s) and/or Zoom API Event(s)

Description
Hi,

In List a user’s chat sessions response, if the session is of “1:1” type, it would have only “peer_contact_email” but no “peer_contact_id”. It would be much more convenient for our work if we can get that ID, and use user IDs as the single primary query key for users.

Error?
This is more a feature request instead of an error report.

How To Reproduce

  • Use an OAuth2 app, with an Account-level token.
  • Send request to the List a user’s chat sessions endpoint:

curl --location --request GET ‘https://api.zoom.us/v2/chat/users/{userID}/sessions’ --header ‘Authorization: Bearer ******’

  • In the response, if the session is of “1:1” type, it would have only “peer_contact_email” but not “peer_contact_id”.