educationSynchronizationLicenseAssignment 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 license information to assign to user accounts. The resource will be used to set up license assignments when creating new user accounts.
Properties
Property | Type | Description |
---|---|---|
appliesTo | String | The user role type to assign to license. Possible values are: student , teacher , faculty . |
skuIds | String collection | Represents the SKU identifiers of the licenses to assign. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
"skuIds": ["String"]
}