Microsoft Office 365 · Example Payload

Microsoft Graph Message Update Request Example

CloudCollaborationEnterpriseMicrosoftProductivity

Microsoft Graph Message Update Request Example is an example object payload from Microsoft Office 365, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subjecttoRecipientsccRecipientsbccRecipientsimportanceisReadcategoriesinferenceClassification

Example Payload

Raw ↑
{
  "subject": "example_value",
  "toRecipients": [],
  "ccRecipients": [],
  "bccRecipients": [],
  "importance": "example_value",
  "isRead": true,
  "categories": [],
  "inferenceClassification": "example_value"
}