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

The /education namespace exposes functionality that is specific to the education sector. Some objects in the /education namespace can be found in other parts of Microsoft Graph (for example, users). The education namespace provides education-specific properties and features on these objects.

Methods

Method Return Type Description
Create educationClass educationClass Create a new educationClass by posting to the classes collection.
List classes educationClass collection Get an educationClass object collection.
Create educationSchool educationSchool Create a new educationSchool by posting to the schools collection.
List schools educationSchool collection Get an educationSchool object collection.
Create educationUser educationUser Create a new educationUser by posting to the users collection.
List users educationUser collection Get an educationUser object collection.

Properties

None.

Relationships

Relationship Type Description
classes educationClass collection Read-only. Nullable.
me educationUser Read-only. Nullable.
schools educationSchool collection Read-only. Nullable.
users educationUser collection Read-only. Nullable.