educationIdentityMatchingOptions 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).
Provides a mapping between a source property and a target property for matching user accounts. The source property should exist in the source data. The target property should be a valid property in Microsoft Entra ID.
Properties
Property | Type | Description |
---|---|---|
appliesTo | String | The user role type to assign to the license. Possible values are: student , teacher , faculty . |
sourcePropertyName | String | The name of the source property, which should be a field name in the source data. This property is case-sensitive. |
targetPropertyName | String | The name of the target property, which should be a valid property in Microsoft Entra ID. This property is case-sensitive. |
targetDomain | String | The domain to suffix with the source property to match on the target. If provided as null, the source property will be used to match with the target property. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
"sourcePropertyName": "String",
"targetPropertyName": "String",
"targetDomain": "String"
}