Edu Assignments Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
EduAssignments.Read.All | 4c37e1b6-35a1-43bf-926a-6f30f2cdf585 | Read all class assignments with grades | Allows the app to read all class assignments with grades for all users without a signed-in user. |
EduAssignments.ReadBasic.All | 6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e | Read all class assignments without grades | Allows the app to read all class assignments without grades for all users without a signed-in user. |
EduAssignments.ReadWrite.All | 0d22204b-6cad-4dd0-8362-3e3f2ae699d9 | Create, read, update and delete all class assignments with grades | Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user. |
EduAssignments.ReadWriteBasic.All | f431cc63-a2de-48c4-8054-a34bc093af84 | Create, read, update and delete all class assignments without grades | Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
EduAssignments.Read | 091460c9-9c4a-49b2-81ef-1f3d852acce2 | Read users’ class assignments and their grades | Allows the app to read assignments and their grades on behalf of the user. |
EduAssignments.ReadBasic | c0b0103b-c053-4b2e-9973-9f3a544ec9b8 | Read users’ class assignments without grades | Allows the app to read assignments without grades on behalf of the user. |
EduAssignments.ReadWrite | 2f233e90-164b-4501-8bce-31af2559a2d3 | Read and write users’ class assignments and their grades | Allows the app to read and write assignments and their grades on behalf of the user. |
EduAssignments.ReadWriteBasic | 2ef770a1-622a-47c4-93ee-28d6adbed3a0 | Read and write users’ class assignments without grades | Allows the app to read and write assignments without grades on behalf of the user. |