Microsoft Graph email mark_read profile
org.intentschema.communication.email.message.mark_read.v1@com.microsoft.graph.v1
JSON: bare · @sha256:c178e0dd7fe0…
Hash: sha256:c178e0dd7fe062d72dcf5aaa2273d5df35a0b03c080158824e3094da35d12484
Graph profile for email mark_read.
Implements: Mark email message read (org.intentschema.communication.email.message.mark_read.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: true } |