Microsoft Graph · Schema

employeeExperience

Represents a container that exposes navigation properties for employee experience resources.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
communities array A collection of communities in Viva Engage.
engagementAsyncOperations array A collection of long-running, asynchronous operations related to Viva Engage.
learningCourseActivities array
learningProviders array A collection of learning providers.
roles array A collection of roles in Viva Engage.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphemployeeexperience-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.employeeExperience",
  "title": "employeeExperience",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "communities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.community"
      },
      "description": "A collection of communities in Viva Engage.",
      "x-ms-navigationProperty": true
    },
    "engagementAsyncOperations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.engagementAsyncOperation"
      },
      "description": "A collection of long-running, asynchronous operations related to Viva Engage.",
      "x-ms-navigationProperty": true
    },
    "learningCourseActivities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.learningCourseActivity"
      },
      "x-ms-navigationProperty": true
    },
    "learningProviders": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.learningProvider"
      },
      "description": "A collection of learning providers.",
      "x-ms-navigationProperty": true
    },
    "roles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.engagementRole"
      },
      "description": "A collection of roles in Viva Engage.",
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Represents a container that exposes navigation properties for employee experience resources."
}