Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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. |
users | educationUser collection | Users in the school. Nullable. |