Table of Contents

EduCurricula.Read

Allows the app to read the user's modules and resources on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the EduCurricula.Read permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier - 484859e8-b9e2-4e92-b910-84db35dadd29
DisplayText - Read the user's class modules and resources
Description - Allows the app to read the user's modules and resources on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: educationModule

Property Type Description
createdBy identitySet The display name of the user that created the module.
createdDateTime DateTimeOffset Date time the module was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
description String Description of the module.
displayName String Name of the module.
id String The unique identifier for the module. Inherited from entity. Read-only.
isPinned Boolean Indicates whether the module is pinned or not.
lastModifiedBy identitySet The last user that modified the module.
lastModifiedDateTime DateTimeOffset Date time the module was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z
resourcesFolderUrl string Folder URL where all the file resources for this module are stored.
status string Status of the **m