| msgraph(1) | General Commands Manual | msgraph(1) |
NAME
msgraph - Microsoft Graph CLI
SYNOPSIS
msgraph [-h|--help] <subcommands>
DESCRIPTION
Microsoft Graph CLI.
This command gives you access to the Microsoft Graph REST API, organized by Graph resource: the signed-in user (profile), mail folders, messages and message attachments.
OPTIONS
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS
- msgraph-profile(1)
- Manage the Microsoft Graph signed-in user (`GET /me`)
- msgraph-mail-folder(1)
- Manage Microsoft Graph mail folders (`me.mailFolders`)
- msgraph-message(1)
- Manage Microsoft Graph messages (`me.messages`)
- msgraph-attachment(1)
- Manage Microsoft Graph message attachments (`me.messages.attachments`)
- msgraph-help(1)
- Print this message or the help of the given subcommand(s)
| msgraph |