Microsoft Graph email mark_unread profile
org.intentschema.communication.email.message.mark_unread.v1@com.microsoft.graph.v1
JSON: bare · @sha256:40338604a60c…
Hash: sha256:40338604a60ce4a0f611b3b3e61e56becdb2f98749306b059c2fd8853b39e675
Graph profile for email mark_unread.
Implements: Mark email message unread (org.intentschema.communication.email.message.mark_unread.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "ms_graph", required: system) |
object | object | |
idempotency_key | string | |
object
open object — no declared properties
Result
| Field | Type | Description |
external_id | string | |
updated_at | string (date-time) | |
etag | string | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | /messages/{id} path (PATCH) |
(implicit) | body: { isRead: false } |