Notes.Read.All
Allows the app to read OneNote notebooks that the signed-in user has access to in the organization.
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
Notes.Read.All
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 | 3aeca27b-ee3a-4c2b-8ded-80376e2134a4 | dfabfca6-ee36-4db2-8208-7a28381419b3 |
DisplayText | Read all OneNote notebooks | Read all OneNote notebooks that user can access |
Description | Allows the app to read all the OneNote notebooks in your organization, without a signed-in user. | Allows the app to read OneNote notebooks that the signed-in user has access to in the organization. |
AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- notebook
- onenoteOperation
- onenotePage
- onenoteResource
- onenoteSection
- onenotePage
- recentNotebook
- oneNoteResource
- onenoteSection
- sectionGroup
Graph reference: notebook
Property | Type | Description |
---|---|---|
createdBy | identitySet | Identity of the user, device, and application which created the item. Read-only. |
createdDateTime | DateTimeOffset | The date and time when the notebook was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
displayName | String | The name of the notebook. |
id | String | The unique identifier of the notebook. Read-only. |
isDefault | Boolean | Indicates whether this is the user's default notebook. Read-only. |
isShared | Boolean | Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only. |
lastModifiedBy | identitySet | Identity of the user, device, and application which created the item. Read-only. |
lastModifiedDateTime | DateTimeOffset | The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
links | NotebookLinks | Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. |
sectionGroupsUrl | String | The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only. |
sectionsUrl | String | The URL for the sections navigation property, which returns all the sections in the notebook. Read-only. |
self | String | The endpoint where you can get details about the notebook. Read-only. |
userRole | onenoteUserRole | Possible values are: Owner , Contributor , Reader , None . Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. |