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 |
---|---|---|
List classes | educationClass collection | Get an educationClass object collection. |
Create class | educationClass | Create a new educationClass by posting to the classes collection. |
List schools | educationSchool collection | Get an educationSchool object collection. |
Create school | educationSchool | Create a new educationSchool by posting to the schools collection. |
List users | educationUser collection | Get an educationUser object collection. |
Create user | educationUser | Create a new educationUser by posting to the users collection. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
classes | educationClass collection | Classes taught at the school. Nullable. |
me | educationUser | Represents a user in the system. Nullable. |
reports | reportsRoot | A container for reading assignment submissions and reflection check-in responses. Read-only. Nullable. |
schools | educationSchool collection | Schools to which the user belongs. Nullable. |
synchronizationProfiles (deprecated) | educationSynchronizationProfile collection | Represents the synchronization status of a school data. Nullable. |
users | educationUser collection | Users in the school. Nullable. |