You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/user.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,8 @@ The [agentUser](../resources/agentuser.md) resource inherits from this resource.
126
126
|[Create rule](../api/mailfolder-post-messagerules.md)|[messageRule](messagerule.md)| Create a messageRule object by specifying a set of conditions and actions. |
127
127
|[Send mail](../api/user-sendmail.md)| None | Send the message specified in the request body. |
128
128
|[Get mail tips](../api/user-getmailtips.md)|[mailTips](mailtips.md) collection | Return the MailTips of one or more recipients as available to the signed-in user. |
129
+
|[List notes](../api/user-list-notes.md)|[note](../resources/note.md) collection|Get a list of the [note](../resources/note.md) objects in the user's *Notes* folder.|
130
+
|[Create note](../api/user-post-notes.md)|[note](../resources/note.md)|Create a new [note](../resources/note.md) in the user's *Notes* folder.|
129
131
|**Notes**|||
130
132
|[List notebooks](../api/onenote-list-notebooks.md)|[notebook](notebook.md) collection | Retrieve a list of notebook objects. |
131
133
|[Create notebook](../api/onenote-post-notebooks.md)|[notebook](notebook.md)| Create a new OneNote notebook. |
0 commit comments