Confirm whether chat message id is a globally unique identifier

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

  • List user’s chat messages
    *GET /chat/users/{userId}/messages
  • Get a message
    GET /chat/users/{userId}/messages/{messageId}
  • Webhook chat_message.sent

Description
Could you help confirm whether message_id is a globally unique identifier? Or is it only unique under a specific scope, E.g. only unique under a channel, or a user?

Thanks.

Hi @k-root
Thanks for reaching out to us, according to our Docs, the messageID is a unique identifier of the message.
I do not think it is unique under specific scopes, it is a global unique identifier.
Hoper this helps,
Elisa