batch_request
Execute up to 20 Microsoft Graph requests in a single round trip by supplying a JSON array of id, method, url, and optional body/headers. This reduces overhead and speeds up data operations.
Instructions
Execute up to 20 Graph requests in one round trip. requests_json: JSON array of {id, method, url, body?, headers?}. Relative URLs like '/me/messages' are relative to the selected API version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests_json | Yes |