educationSynchronizationLicenseAssignment 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 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.

JSON representation

{
  "appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
  "skuIds": ["String"]
}