Skip to main content

Module users

Module users 

Source
Expand description

Microsoft Graph user resource (users, or the me shortcut), including its mail folders, messages, the sendMail action, contact folders and contacts.

https://learn.microsoft.com/en-us/graph/api/resources/user

Modules§

contact_folders
Microsoft Graph contact folders (users.contactFolders): list, get, create, update, delete, list child folders.
contacts
Microsoft Graph contacts (users.contacts): list, delta, get, create, update, delete.
get
Get a Microsoft Graph user (GET /me, GET /users/{id}).
mail_folders
Microsoft Graph mail folders (users.mailFolders): list, get, create, update, delete, copy, move, list child folders.
messages
Microsoft Graph messages (users.messages): list, delta, get (JSON and raw MIME), create draft (JSON and raw MIME), update, delete, move, copy, send and the nested attachments collection.
send_mail
Send a Microsoft Graph message (POST /me/sendMail) in JSON or MIME format; the message is saved to Sent Items.

Structs§

MsgraphUser
A Microsoft Graph user (the signed-in mailbox owner via me).