Short Notes Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
ShortNotes.Read.All | 0c7d31ec-31ca-4f58-b6ec-9950b6b0de69 | Read all users’ short notes | Allows the app to read all the short notes without a signed-in user. |
ShortNotes.ReadWrite.All | 842c284c-763d-4a97-838d-79787d129bab | Read, create, edit, and delete all users’ short notes | Allows the app to read, create, edit, and delete all the short notes without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
ShortNotes.Read | 50f66e47-eb56-45b7-aaa2-75057d9afe08 | Read short notes of the signed-in user | Allows the app to read all the short notes a sign-in user has access to. |
ShortNotes.ReadWrite | 328438b7-4c01-4c07-a840-e625a749bb89 | Read, create, edit, and delete short notes of the signed-in user | Allows the app to read, create, edit, and delete short notes of a signed-in user. |