graph_api_call
Execute Microsoft Graph API calls to manage Microsoft 365 resources. Specify HTTP method, endpoint, request body, and API version to perform administrative actions.
Instructions
Execute a Microsoft Graph API call. Read the graph-api skill and relevant resource documentation first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PATCH/PUT requests | |
| method | Yes | HTTP method | |
| endpoint | Yes | API endpoint path after the base URL | |
| api_version | No | API version (default: v1.0) |