educationSynchronizationError resource type (deprecated)
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.
Caution
The Education Synchronization Profile API is deprecated and will stop returning data on December 31, 2024. For information about how to migrate to the new Industry Data API, see Transition from School Data Sync (Classic).
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 | 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String",
"entryType": "String",
"errorCode": "String",
"errorMessage": "String",
"joiningValue": "String",
"recordedDateTime": "DateTimeOffset",
"reportableIdentifier": "String"
}