educationSynchronizationError resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an error during school data profile validation and/or sync. A unique error is generated for every entry that fails to validate and/or synchronize with Microsoft Entra ID.

Methods

Method Return Type Description
Get synchronization errors educationSynchronizationError collection Returns the list of synchronization errors associated with a profile.

Properties

Property Type Description
id String The unique identifier for the resource. (read-only)
entryType String Represents the sync entity (school, section, student, teacher).
errorCode String Represents the error code for this error.
errorMessage String Contains a description of the error.
joiningValue String The unique identifier for the entry.
recordedDateTime DateTimeOffset The time of occurrence of this error.
reportableIdentifier String The identifier of this error entry.

JSON representation

{
  "id": "String",
  "entryType": "String",
  "errorCode": "String",
  "errorMessage": "String",
  "joiningValue": "String",
  "recordedDateTime": "DateTimeOffset",
  "reportableIdentifier": "String"
}