API Docs / Schemas / PatchMailboxMessageRequest

PatchMailboxMessageRequest

Request to bulk-update mailbox message properties (e.g., mark as read/unread)

Properties

Name Type Description
messageIds*array of string

The message UniqueIds to update

The message UniqueIds to update

isRead*boolean

Whether the messages should be marked as read

Whether the messages should be marked as read

JSON Example

{
  "messageIds": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "isRead": false
}

Used By Operations