FollowupFlag

Allows setting a flag on an item for the user to follow up on later.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
flagStatus string The status of the follow-up flag.
View JSON Schema on GitHub

JSON Schema

microsoft-graph-followup-flag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FollowupFlag",
  "type": "object",
  "description": "Allows setting a flag on an item for the user to follow up on later.",
  "properties": {
    "flagStatus": {
      "type": "string",
      "description": "The status of the follow-up flag."
    }
  }
}