graph_command
Perform CRUD operations on Microsoft Graph v1.0 endpoints for Microsoft 365 resources using HTTP methods.
Instructions
Call a Microsoft Graph v1.0 endpoint with GET, POST, PUT, PATCH, or DELETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Body for write requests | |
| method | No | GET | |
| command | Yes | Graph path such as 'me', 'users', or 'groups' |