educationIdentityDomain 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 the mapping between an education user type and the domain the user's account belongs to. The domain resource is part of the identity creation configuration.
Properties
Property | Type | Description |
---|---|---|
appliesTo | String | The user role type to assign to the license. Possible values are: student , teacher , faculty . |
name | String | Represents the domain for the user account. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
"name": "String"
}