Microsoft Graph · Schema

engagementAsyncOperationType

Types of engagementAsyncOperationType. Members will be added here as more async operations are supported.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphengagementasyncoperationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.engagementAsyncOperationType",
  "title": "engagementAsyncOperationType",
  "enum": [
    "createCommunity",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Types of engagementAsyncOperationType. Members will be added here as more async operations are supported.",
  "x-ms-enum": {
    "name": "engagementAsyncOperationType",
    "modelAsString": false,
    "values": [
      {
        "value": "createCommunity",
        "description": "Operation to create a Viva Engage community.",
        "name": "createCommunity"
      },
      {
        "value": "unknownFutureValue",
        "description": "A marker value for members added after the release of this API.",
        "name": "unknownFutureValue"
      }
    ]
  }
}